diff options
Diffstat (limited to 'board/sixnet/sixnet.c')
| -rw-r--r-- | board/sixnet/sixnet.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/board/sixnet/sixnet.c b/board/sixnet/sixnet.c index 6e39b0196..edb5d133b 100644 --- a/board/sixnet/sixnet.c +++ b/board/sixnet/sixnet.c @@ -33,11 +33,6 @@  # include <status_led.h>  #endif -#if defined(CONFIG_CMD_NAND) -#include <linux/mtd/nand_legacy.h> -extern struct nand_chip nand_dev_desc[CONFIG_SYS_MAX_NAND_DEVICE]; -#endif -  DECLARE_GLOBAL_DATA_PTR;  #define ORMASK(size) ((-size) & OR_AM_MSK) |