Commit a97145c2 authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse

[MTD] remove dead MTD_PMC551_APERTURE_SIZE option

The CONFIG_MTD_PMC551_APERTURE_SIZE option seems to never have existed,
so there's no reason for carrying an #ifdef for it.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 8e0aedc5
...@@ -649,11 +649,7 @@ MODULE_DESCRIPTION(PMC551_VERSION); ...@@ -649,11 +649,7 @@ MODULE_DESCRIPTION(PMC551_VERSION);
* Stuff these outside the ifdef so as to not bust compiled in driver support * Stuff these outside the ifdef so as to not bust compiled in driver support
*/ */
static int msize = 0; static int msize = 0;
#if defined(CONFIG_MTD_PMC551_APERTURE_SIZE)
static int asize = CONFIG_MTD_PMC551_APERTURE_SIZE;
#else
static int asize = 0; static int asize = 0;
#endif
module_param(msize, int, 0); module_param(msize, int, 0);
MODULE_PARM_DESC(msize, "memory size in MiB [1 - 1024]"); MODULE_PARM_DESC(msize, "memory size in MiB [1 - 1024]");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment