Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / arm / drv / spi_dma_at91.c
index 8576fc07e6d887ed9240160fd845e13ccc1e3ede..2c6a9308abea753b9aef134d19acb7aa07bbd63e 100644 (file)
@@ -42,7 +42,7 @@
 #include "spi_dma_at91.h"
 #include "hw/hw_spi_dma.h"
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 #include <struct/fifobuf.h>
 #include <struct/kfile_fifo.h>
 #include <drv/timer.h>