Reformat.
[bertos.git] / bertos / drv / ft245rl.c
index 9afe76474246d6a734ef90ef810c426b89d5d8ad..6ca435aea727ed104a66f9adba379e2afb10ff12 100644 (file)
@@ -36,7 +36,6 @@
  * This chip is a parallel USB interface with data flow control.
  * A kfile-like interface is supplied.
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  */
 
 #include <cfg/macros.h>
 #include <cfg/debug.h>
 #include <cfg/module.h>
+
 #include <drv/timer.h>
-#include <kern/kfile.h>
+
+#include <io/kfile.h>
 
 #include <string.h>