浏览代码

[MTD] Alchemy cleanups

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>
Ralf Baechle 18 年之前
父节点
当前提交
19da63d1d2
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      drivers/mtd/maps/alchemy-flash.c

+ 0 - 9
drivers/mtd/maps/alchemy-flash.c

@@ -1,10 +1,7 @@
 /*
 /*
  * Flash memory access on AMD Alchemy evaluation boards
  * 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>
  * (C) 2003, 2004 Pete Popov <ppopov@embeddedalley.com>
- *
  */
  */
 
 
 #include <linux/init.h>
 #include <linux/init.h>
@@ -18,12 +15,6 @@
 
 
 #include <asm/io.h>
 #include <asm/io.h>
 
 
-#ifdef 	DEBUG_RW
-#define	DBG(x...)	printk(x)
-#else
-#define	DBG(x...)
-#endif
-
 #ifdef CONFIG_MIPS_PB1000
 #ifdef CONFIG_MIPS_PB1000
 #define BOARD_MAP_NAME "Pb1000 Flash"
 #define BOARD_MAP_NAME "Pb1000 Flash"
 #define BOARD_FLASH_SIZE 0x00800000 /* 8MB */
 #define BOARD_FLASH_SIZE 0x00800000 /* 8MB */