]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[MTD] Alchemy cleanups
authorRalf Baechle <ralf@linux-mips.org>
Sat, 10 Mar 2007 23:14:12 +0000 (23:14 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 17 Apr 2007 17:19:58 +0000 (18:19 +0100)
Delete RCS $Id string and unused debug code.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/maps/alchemy-flash.c

index 7fc8097e41d224bbf690f9b72d7fc109495b68a3..84fbe0e8c47e8be01bb68d82217ea9357221f54f 100644 (file)
@@ -1,10 +1,7 @@
 /*
  * Flash memory access on AMD Alchemy evaluation boards
  *
- * $Id: alchemy-flash.c,v 1.2 2005/11/07 11:14:26 gleixner Exp $
- *
  * (C) 2003, 2004 Pete Popov <ppopov@embeddedalley.com>
- *
  */
 
 #include <linux/init.h>
 
 #include <asm/io.h>
 
-#ifdef         DEBUG_RW
-#define        DBG(x...)       printk(x)
-#else
-#define        DBG(x...)
-#endif
-
 #ifdef CONFIG_MIPS_PB1000
 #define BOARD_MAP_NAME "Pb1000 Flash"
 #define BOARD_FLASH_SIZE 0x00800000 /* 8MB */