| Submitter | Artem Bityutskiy |
|---|---|
| Date | Jan. 27, 2010, 3:18 p.m. |
| Message ID | <1264605540-13144-2-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/43821/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c index 14cec04..eb8f19f 100644 --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c @@ -59,10 +59,10 @@ struct mtd_dev_param { }; /* Numbers of elements set in the @mtd_dev_param array */ -static int mtd_devs; +static int __initdata mtd_devs; /* MTD devices specification parameters */ -static struct mtd_dev_param mtd_dev_param[UBI_MAX_DEVICES]; +static struct mtd_dev_param __initdata mtd_dev_param[UBI_MAX_DEVICES]; /* Root UBI "class" object (corresponds to '/<sysfs>/class/ubi/') */ struct class *ubi_class;