summaryrefslogtreecommitdiff
path: root/src/flash/nand/lpc3180.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nand/lpc3180.c')
-rw-r--r--src/flash/nand/lpc3180.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/flash/nand/lpc3180.c b/src/flash/nand/lpc3180.c
index 80284cc6..4268b66e 100644
--- a/src/flash/nand/lpc3180.c
+++ b/src/flash/nand/lpc3180.c
@@ -21,8 +21,10 @@
#include "config.h"
#endif
+#include "imp.h"
#include "lpc3180.h"
-#include <flash/nand.h>
+#include <target/target.h>
+
static int lpc3180_reset(struct nand_device *nand);
static int lpc3180_controller_ready(struct nand_device *nand, int timeout);