projects
/
GitHub
/
moto-9609
/
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:
f55532a
)
m68k/bvme6000: Include generic <linux/rtc.h>
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 2 May 2016 08:31:19 +0000
(10:31 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Tue, 3 May 2016 14:02:54 +0000
(16:02 +0200)
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>
arch/m68k/bvme6000/rtc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/bvme6000/rtc.c
b/arch/m68k/bvme6000/rtc.c
index cf12a17dc289c5f9aa26090ede2db00d224cba0a..f7984f44ff0f807267d1f95e2e1a81350db28585 100644
(file)
--- 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/
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/bvme6000hw.h>