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:
3b6aa90
)
drivers/rtc/rtc-isl12057.c: remove duplicate include
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 3 Apr 2014 21:49:51 +0000
(14:49 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:19 +0000
(16:21 -0700)
linux/rtc.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-isl12057.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-isl12057.c
b/drivers/rtc/rtc-isl12057.c
index 7854a656628fc311a1abd3b87453d3e12cff38c4..7e5ead936a04b5ef5b07c20c8bbd689a10ef0d3a 100644
(file)
--- a/
drivers/rtc/rtc-isl12057.c
+++ b/
drivers/rtc/rtc-isl12057.c
@@
-26,7
+26,6
@@
#include <linux/rtc.h>
#include <linux/i2c.h>
#include <linux/bcd.h>
-#include <linux/rtc.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/regmap.h>