Skip to content

Commit

Permalink
[POWERPC] pasemi: Rename platform
Browse files Browse the repository at this point in the history
Rename the pasemi platform to "pasemi" to be in line with the
platform's directory name.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Jul 10, 2007
1 parent 12654f7 commit d4875a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pasemi/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static int __init pas_probe(void)
return 1;
}

define_machine(pas) {
define_machine(pasemi) {
.name = "PA Semi PA6T-1682M",
.probe = pas_probe,
.setup_arch = pas_setup_arch,
Expand Down

0 comments on commit d4875a2

Please sign in to comment.