projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2bccb
)
rtc: isl1208: don't include core header file
author
Alexandre Belloni
<
[email protected]
>
Wed, 19 Sep 2018 01:13:22 +0000
(
03:13
+0200)
committer
Alexandre Belloni
<
[email protected]
>
Fri, 28 Sep 2018 12:20:59 +0000
(14:20 +0200)
The core header file is reserved for the core, stop including it.
Also reorder includes alphabetically.
Signed-off-by: Alexandre Belloni <
[email protected]
>
drivers/rtc/rtc-isl1208.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-isl1208.c
b/drivers/rtc/rtc-isl1208.c
index 033f65aef5788f225fd6dffd4fa65ebe8b0f403a..ec5ef518a09b260abadc85826aa834dfb443d2a3 100644
(file)
--- a/
drivers/rtc/rtc-isl1208.c
+++ b/
drivers/rtc/rtc-isl1208.c
@@
-10,12
+10,11
@@
*
*/
-#include <linux/module.h>
-#include <linux/i2c.h>
#include <linux/bcd.h>
-#include <linux/
rt
c.h>
-#include
"rtc-core.h"
+#include <linux/
i2
c.h>
+#include
<linux/module.h>
#include <linux/of_irq.h>
+#include <linux/rtc.h>
/* Register map */
/* rtc section */