浏览代码

mtd: nand: pxa3xx: Remove unused macro

This macro is not used so it's safe to remove it.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Ezequiel Garcia 11 年之前
父节点
当前提交
2a565f56ed
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/mtd/nand/pxa3xx_nand.c

+ 0 - 1
drivers/mtd/nand/pxa3xx_nand.c

@@ -38,7 +38,6 @@
 
 #include <linux/platform_data/mtd-nand-pxa3xx.h>
 
-#define NAND_DEV_READY_TIMEOUT  50
 #define	CHIP_DELAY_TIMEOUT	(2 * HZ/10)
 #define NAND_STOP_DELAY		(2 * HZ/50)
 #define PAGE_CHUNK_SIZE		(2048)