diff options
Diffstat (limited to 'drivers/mtd/ubi/build.c')
-rw-r--r-- | drivers/mtd/ubi/build.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index 14cec04c34f9..eb8f19f87c68 100644 --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c | |||
@@ -59,10 +59,10 @@ struct mtd_dev_param { | |||
59 | }; | 59 | }; |
60 | 60 | ||
61 | /* Numbers of elements set in the @mtd_dev_param array */ | 61 | /* Numbers of elements set in the @mtd_dev_param array */ |
62 | static int mtd_devs; | 62 | static int __initdata mtd_devs; |
63 | 63 | ||
64 | /* MTD devices specification parameters */ | 64 | /* MTD devices specification parameters */ |
65 | static struct mtd_dev_param mtd_dev_param[UBI_MAX_DEVICES]; | 65 | static struct mtd_dev_param __initdata mtd_dev_param[UBI_MAX_DEVICES]; |
66 | 66 | ||
67 | /* Root UBI "class" object (corresponds to '/<sysfs>/class/ubi/') */ | 67 | /* Root UBI "class" object (corresponds to '/<sysfs>/class/ubi/') */ |
68 | struct class *ubi_class; | 68 | struct class *ubi_class; |