summaryrefslogtreecommitdiffstats
path: root/commands/flash.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-02-08 13:52:46 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-02-08 14:37:50 +0100
commite6b8bdc0c5cdd2485682a1e55c031c518bd3de72 (patch)
tree58dac4c792c78048d7c9530c0473e28e457557ca /commands/flash.c
parent582da05383cc3c8ef7ba7c8c2ff7b7eaff32c584 (diff)
downloadbarebox-e6b8bdc0c5cdd2485682a1e55c031c518bd3de72.tar.gz
barebox-e6b8bdc0c5cdd2485682a1e55c031c518bd3de72.tar.xz
cfi_flash: move include/cfi_flash.c next to driver
This file has no useful things for others than the driver, so move it next to the driver and remove the corresponding include from other files. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/flash.c')
-rw-r--r--commands/flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/flash.c b/commands/flash.c
index f92b60404f..655d7865a4 100644
--- a/commands/flash.c
+++ b/commands/flash.c
@@ -30,7 +30,6 @@
#include <common.h>
#include <command.h>
-#include <cfi_flash.h>
#include <errno.h>
#include <getopt.h>
#include <fs.h>