Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / avr / drv / flash_avr.c
index 2c3d1840496f33253c9a41faf7d5cdb1d95d8cba..af1d6de89c2a7aaa6897b6b5403ef23c8c01d505 100644 (file)
@@ -57,7 +57,7 @@
 #include <drv/wdt.h>
 #include <drv/flash.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #include <avr/io.h>
 #include <avr/boot.h>