mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
cmd_nand: Remove duplicate include
Also remove vague, unnecessary comment Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
efe12bcec5
commit
9574fd63a9
1 changed files with 0 additions and 8 deletions
|
@ -9,14 +9,6 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* New NAND support
|
||||
*
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <linux/mtd/mtd.h>
|
||||
|
||||
#if defined(CONFIG_CMD_NAND)
|
||||
|
|
Loading…
Reference in a new issue