Recode files to unix newlines.
[bertos.git] / bertos / cpu / arm / drv / spi_dma_at91.c
index 8576fc07e6d887ed9240160fd845e13ccc1e3ede..dceae9767d68c2bc3bb637f410658e340695ccb1 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief SPI driver with DMA.
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  * \author Luca Ottaviano <lottaviano@develer.com>
  */
@@ -42,7 +41,7 @@
 #include "spi_dma_at91.h"
 #include "hw/hw_spi_dma.h"
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 #include <struct/fifobuf.h>
 #include <struct/kfile_fifo.h>
 #include <drv/timer.h>