diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/cmdlinepart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index ddf9ec6d9168..4558e0f4d07f 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c | |||
@@ -70,7 +70,7 @@ struct cmdline_mtd_partition { | |||
70 | /* mtdpart_setup() parses into here */ | 70 | /* mtdpart_setup() parses into here */ |
71 | static struct cmdline_mtd_partition *partitions; | 71 | static struct cmdline_mtd_partition *partitions; |
72 | 72 | ||
73 | /* the command line passed to mtdpart_setupd() */ | 73 | /* the command line passed to mtdpart_setup() */ |
74 | static char *cmdline; | 74 | static char *cmdline; |
75 | static int cmdline_parsed = 0; | 75 | static int cmdline_parsed = 0; |
76 | 76 | ||