projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c66854
)
m68k/mvme16x: Include generic <linux/rtc.h>
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 2 May 2016 08:32:24 +0000
(10:32 +0200)
committer
Geert 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/mvme16x/rtc.c
b/arch/m68k/mvme16x/rtc.c
index 1755e2f7137d89ad6d1b16ae9c5694bb002dc927..1cdc732681885e9a5973b4fb25aeca2f922a1f5e 100644
(file)
--- 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/
mc146818
rtc.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>