aboutsummaryrefslogtreecommitdiff
path: root/ftl_check.c
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2006-04-11 20:05:27 -0500
committerJosh Boyer <jwboyer@gmail.com>2006-04-11 20:05:27 -0500
commit092338c8d5e0f05af4a2356d8ce601bd6cdf4c53 (patch)
tree06bedd424f13cea947243382a9b9611350e2589b /ftl_check.c
parent75b15a491cb730f13dce05ae13194d054f90b74d (diff)
- Update utils to build from in tree include files
- Revert any ebh stuff for now Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'ftl_check.c')
-rw-r--r--ftl_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftl_check.c b/ftl_check.c
index 1a64f6b..f5398ed 100644
--- a/ftl_check.c
+++ b/ftl_check.c
@@ -48,7 +48,7 @@
#include <sys/stat.h>
#include <mtd/mtd-user.h>
-#include <linux/mtd/ftl.h>
+#include <mtd/ftl-user.h>
#include <byteswap.h>
#include <endian.h>