diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-05-02 10:31:19 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-05-03 16:02:54 +0200 |
commit | 8c66854b688aa077d127a39a64c71db42d0cf3dd (patch) | |
tree | 8a8868410f787bb84f790f632896a7821afd4094 /arch/m68k/bvme6000 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
download | linux-8c66854b688aa077d127a39a64c71db42d0cf3dd.tar.bz2 |
m68k/bvme6000: Include generic <linux/rtc.h>
The BVME6000 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/bvme6000')
-rw-r--r-- | arch/m68k/bvme6000/rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/bvme6000/rtc.c b/arch/m68k/bvme6000/rtc.c index cf12a17dc289..f7984f44ff0f 100644 --- a/arch/m68k/bvme6000/rtc.c +++ b/arch/m68k/bvme6000/rtc.c @@ -15,7 +15,7 @@ #include <linux/init.h> #include <linux/poll.h> #include <linux/module.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/bvme6000hw.h> |