drivers/rtc/rtc-isl12057.c: remove duplicate include
authorSachin Kamat <[email protected]>
Thu, 3 Apr 2014 21:49:51 +0000 (14:49 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:21:19 +0000 (16:21 -0700)
linux/rtc.h was included twice.

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-isl12057.c

index 7854a656628fc311a1abd3b87453d3e12cff38c4..7e5ead936a04b5ef5b07c20c8bbd689a10ef0d3a 100644 (file)
@@ -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>