Update preset.
[bertos.git] / bertos / drv / flash25.c
index 22639161032f8a0ac395c604690ce9328b7155a4..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>
  */
 
 #include <drv/timer.h>
 #include <drv/flash25.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #include <cpu/power.h> /* cpu_relax() */
 
-#warning FIXME:This file was change, but is untest!
+#warning FIXME:This file was changed, but is untested!
 
 /**
  * Wait until flash memory is ready.