Update preset.
[bertos.git] / bertos / drv / flash25.c
index 0f67e3d443689b921ba14249dcd09b90bffbf32c..f12e41e9aee7fa40714809b12232b7175cd0ce92 100644 (file)
@@ -36,7 +36,6 @@
  * Typicaly this kind of memory use an SPI bus, but you should
  * use another comunication channel you have defined.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
@@ -52,7 +51,7 @@
 #include <drv/timer.h>
 #include <drv/flash25.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #include <cpu/power.h> /* cpu_relax() */