[MTD NAND] Remove old code in au1550nd.c

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Sep 22 05:59:01 EDT 2006


Commit:     cbc88ba83ff772d8c47d95ba0fef38ad888d6fcf
Parent:     187ef15268e638603dea55a91fdfa29feaed6d13
commit cbc88ba83ff772d8c47d95ba0fef38ad888d6fcf
Author:     Michal Piotrowski <michal.k.k.piotrowski at gmail.com>
AuthorDate: Fri Sep 22 10:09:44 2006 +0100
Commit:     David Woodhouse <dwmw2 at infradead.org>
CommitDate: Fri Sep 22 10:09:44 2006 +0100

    [MTD NAND] Remove old code in au1550nd.c
    
    Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski at gmail.com>
    Signed-off-by: Andrew Morton <akpm at osdl.org>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 drivers/mtd/nand/au1550nd.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/drivers/mtd/nand/au1550nd.c b/drivers/mtd/nand/au1550nd.c
index 3122833..09e421a 100644
--- a/drivers/mtd/nand/au1550nd.c
+++ b/drivers/mtd/nand/au1550nd.c
@@ -21,18 +21,7 @@ #include <linux/mtd/partitions.h>
 #include <linux/version.h>
 #include <asm/io.h>
 
-/* fixme: this is ugly */
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 0)
 #include <asm/mach-au1x00/au1xxx.h>
-#else
-#include <asm/au1000.h>
-#ifdef CONFIG_MIPS_PB1550
-#include <asm/pb1550.h>
-#endif
-#ifdef CONFIG_MIPS_DB1550
-#include <asm/db1x00.h>
-#endif
-#endif
 
 /*
  * MTD structure for NAND controller



More information about the linux-mtd-cvs mailing list