Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / mcp41.c
index bfa8fd4ebac7935544e66976c5c3b5001d7d9d6b..dfdcba6bfabc7f17db8ba38f2a7553e07a9dd026 100644 (file)
@@ -43,7 +43,7 @@
 
 #include <drv/timer.h>
 #include <drv/mcp41.h>
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 static KFile *ch;