diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-05-02 10:32:24 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-05-03 16:02:59 +0200 |
commit | 9a6462763b170bd22be707d5d9e2b8ba8cc4028e (patch) | |
tree | 0e26fab81e2054fab0a44aed37936e220a5768ad /arch/m68k/mvme16x | |
parent | 8c66854b688aa077d127a39a64c71db42d0cf3dd (diff) | |
download | linux-9a6462763b170bd22be707d5d9e2b8ba8cc4028e.tar.bz2 |
m68k/mvme16x: Include generic <linux/rtc.h>
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>
Diffstat (limited to 'arch/m68k/mvme16x')
-rw-r--r-- | arch/m68k/mvme16x/rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mvme16x/rtc.c b/arch/m68k/mvme16x/rtc.c index 1755e2f7137d..1cdc73268188 100644 --- a/arch/m68k/mvme16x/rtc.c +++ b/arch/m68k/mvme16x/rtc.c @@ -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> |