diff options
Diffstat (limited to 'drivers/mtd/devices/phram.c')
-rw-r--r-- | drivers/mtd/devices/phram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c index 3d91ace1ee4c..67823de68db6 100644 --- a/drivers/mtd/devices/phram.c +++ b/drivers/mtd/devices/phram.c | |||
@@ -215,7 +215,7 @@ static inline void kill_final_newline(char *str) | |||
215 | */ | 215 | */ |
216 | static __initdata char phram_paramline[64+12+12]; | 216 | static __initdata char phram_paramline[64+12+12]; |
217 | 217 | ||
218 | static int phram_setup(const char *val) | 218 | static int __init phram_setup(const char *val) |
219 | { | 219 | { |
220 | char buf[64+12+12], *str = buf; | 220 | char buf[64+12+12], *str = buf; |
221 | char *token[3]; | 221 | char *token[3]; |