]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
m68k/mvme16x: Include generic <linux/rtc.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 2 May 2016 08:32:24 +0000 (10:32 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 3 May 2016 14:02:59 +0000 (16:02 +0200)
The MVME16x RTC driver doesn't use any MC146818-specific definitions,
hence include the generic <linux/rtc.h> instead of
<linux/mc146818rtc.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mvme16x/rtc.c

index 1755e2f7137d89ad6d1b16ae9c5694bb002dc927..1cdc732681885e9a5973b4fb25aeca2f922a1f5e 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/fcntl.h>
 #include <linux/init.h>
 #include <linux/poll.h>
-#include <linux/mc146818rtc.h> /* For struct rtc_time and ioctls, etc */
+#include <linux/rtc.h> /* For struct rtc_time and ioctls, etc */
 #include <linux/bcd.h>
 #include <asm/mvme16xhw.h>