Quellcode durchsuchen

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 vor 11 Jahren
Ursprung
Commit
2a565f56ed
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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)