Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / flash25.c
index 0f67e3d443689b921ba14249dcd09b90bffbf32c..3f84903b6d1f37b44bef233c93d4e6a0f1187afc 100644 (file)
@@ -52,7 +52,7 @@
 #include <drv/timer.h>
 #include <drv/flash25.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #include <cpu/power.h> /* cpu_relax() */