summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/flash
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-07-19 12:00:58 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:21 +0200
commit58e8f9e5b000d9bda60fb9c9dcf7acf7ad16184c (patch)
treea11dd5a5d9c56fe7e5e56322f64b8144e8a79880 /src/target/firmware/flash
parent5182fff914993f3f07ac19abe616a437790ac65a (diff)
firmware: moved cfi_flash header to flash subdirectory
Diffstat (limited to 'src/target/firmware/flash')
-rw-r--r--src/target/firmware/flash/cfi_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/flash/cfi_flash.c b/src/target/firmware/flash/cfi_flash.c
index 5ca81b65..3fd53749 100644
--- a/src/target/firmware/flash/cfi_flash.c
+++ b/src/target/firmware/flash/cfi_flash.c
@@ -26,7 +26,7 @@
#include <errno.h>
#include <memory.h>
#include <defines.h>
-#include <cfi_flash.h>
+#include <flash/cfi_flash.h>
/* XXX: memdump_range() */
#include <calypso/misc.h>