[MTD] remove dead MTD_PMC551_APERTURE_SIZE option

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Jun 29 09:59:01 EDT 2007


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a97145c22408865579be397460ca998301ab63a3
Commit:     a97145c22408865579be397460ca998301ab63a3
Parent:     8e0aedc5bcb9da4f613af097295a02a57aa0d41c
Author:     Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun Jun 3 22:54:00 2007 +0200
Committer:  David Woodhouse <dwmw2 at infradead.org>
CommitDate: Fri Jun 29 14:18:43 2007 +0100

    [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: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 drivers/mtd/devices/pmc551.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/mtd/devices/pmc551.c b/drivers/mtd/devices/pmc551.c
index d1cf66e..7060a08 100644
--- a/drivers/mtd/devices/pmc551.c
+++ b/drivers/mtd/devices/pmc551.c
@@ -649,11 +649,7 @@ MODULE_DESCRIPTION(PMC551_VERSION);
  * Stuff these outside the ifdef so as to not bust compiled in driver support
  */
 static int msize = 0;
-#if defined(CONFIG_MTD_PMC551_APERTURE_SIZE)
-static int asize = CONFIG_MTD_PMC551_APERTURE_SIZE;
-#else
 static int asize = 0;
-#endif
 
 module_param(msize, int, 0);
 MODULE_PARM_DESC(msize, "memory size in MiB [1 - 1024]");



More information about the linux-mtd-cvs mailing list