summaryrefslogtreecommitdiffstats
path: root/board/phycard-i.MX27
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 /board/phycard-i.MX27
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 'board/phycard-i.MX27')
-rw-r--r--board/phycard-i.MX27/pca100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/phycard-i.MX27/pca100.c b/board/phycard-i.MX27/pca100.c
index d22b327bf2..2fb1e35ac7 100644
--- a/board/phycard-i.MX27/pca100.c
+++ b/board/phycard-i.MX27/pca100.c
@@ -20,7 +20,6 @@
#include <common.h>
#include <net.h>
-#include <cfi_flash.h>
#include <init.h>
#include <environment.h>
#include <mach/imx-regs.h>