diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/celleb/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/celleb/setup.c b/arch/powerpc/platforms/celleb/setup.c index 596ab2a788d4..5e9f7f163571 100644 --- a/arch/powerpc/platforms/celleb/setup.c +++ b/arch/powerpc/platforms/celleb/setup.c | |||
@@ -80,7 +80,7 @@ static int celleb_machine_type_hack(char *ptr) | |||
80 | return 0; | 80 | return 0; |
81 | } | 81 | } |
82 | 82 | ||
83 | __setup("celleb_machine_type_hack", celleb_machine_type_hack); | 83 | __setup("celleb_machine_type_hack=", celleb_machine_type_hack); |
84 | 84 | ||
85 | static void celleb_progress(char *s, unsigned short hex) | 85 | static void celleb_progress(char *s, unsigned short hex) |
86 | { | 86 | { |