Fix comments.
[bertos.git] / bertos / drv / mcp41.c
index bfa8fd4ebac7935544e66976c5c3b5001d7d9d6b..5dbd8c19969bf683500e86ae7a756b7615aecf99 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief MCP41xxx digital potentiomenter driver (implementation)
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  */
 
@@ -43,7 +42,7 @@
 
 #include <drv/timer.h>
 #include <drv/mcp41.h>
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 static KFile *ch;