Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / sd.c
index 0c15156301ea1e41d6598a5c00f238d3647aad08..a3a3906289229bc28fe007aa6ad035ea177a24fa 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "sd.h"
 #include "hw/hw_sd.h"
-#include <kern/kfile.h>
+#include <io/kfile.h>
 #include <drv/timer.h>
 
 #include <fs/fat.h>