Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / dataflash.c
index 573bea1e0f6c9130127589f963e7f072f622bfe1..a9135968e525e275b02033dc90c89d8aeeca2cee 100644 (file)
@@ -52,7 +52,7 @@
 
 #include <fs/battfs.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #include <cpu/power.h> /* cpu_relax() */