mtd: pxa3xx_nand: Remove dead code
This macro is not used anymore, so it's just dead code. Remove it. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
b1e485779c
commit
f3028c8408
|
@ -30,11 +30,6 @@
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <linux/of_mtd.h>
|
#include <linux/of_mtd.h>
|
||||||
|
|
||||||
#if defined(CONFIG_ARM) && (defined(CONFIG_ARCH_PXA) || defined(CONFIG_ARCH_MMP))
|
|
||||||
#define ARCH_HAS_DMA
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <linux/platform_data/mtd-nand-pxa3xx.h>
|
#include <linux/platform_data/mtd-nand-pxa3xx.h>
|
||||||
|
|
||||||
#define CHIP_DELAY_TIMEOUT msecs_to_jiffies(200)
|
#define CHIP_DELAY_TIMEOUT msecs_to_jiffies(200)
|
||||||
|
|
Loading…
Reference in New Issue