Add test function prototype.
[bertos.git] / bertos / drv / dataflash.c
index 573bea1e0f6c9130127589f963e7f072f622bfe1..8c29d168959d35ff82a536ffc7d62c052581aa65 100644 (file)
@@ -31,7 +31,6 @@
  *
  * \brief Function library for dataflash AT45DB family (implementation).
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  * \author Francesco Sacchi <batt@develer.com>
  */
@@ -52,7 +51,7 @@
 
 #include <fs/battfs.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #include <cpu/power.h> /* cpu_relax() */