Remove cvs logs.
[bertos.git] / cpu / avr / drv / flash_avr.c
index a42136c3f8c6ea8002d28ee0dccd7f2369601e83..8a4c15093096cbf916d03542c0f0cb8a7522dc74 100644 (file)
@@ -51,7 +51,7 @@
 #include <cfg/macros.h> // MIN()
 #include <cfg/compiler.h>
 #include <cfg/debug.h>
-#include <cpu/cpu.h>
+#include <cpu/irq.h>
 
 #include <drv/wdt.h>
 
@@ -210,7 +210,7 @@ static bool flash_avr_close(UNUSED_ARG(struct _KFile *,fd))
  * Move \a fd file seek position of \a offset bytes
  * from current position.
  */
-static int32_t flash_avr_seek(struct _KFile *fd, int32_t offset, KSeekMode whence)
+static int32_t flash_avr_seek(struct _KFile *fd, kfile_off_t offset, KSeekMode whence)
 {
        uint32_t seek_pos;