diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-04-03 17:49:51 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-03 19:21:19 -0400 |
| commit | 7b8dc3eb678304420c09135fe0576bea65b7b08f (patch) | |
| tree | e89e45726493ab8709278852a297f4a28a0a6352 /drivers/rtc | |
| parent | 3b6aa907f316a51345987327083aa266870d06cc (diff) | |
drivers/rtc/rtc-isl12057.c: remove duplicate include
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>
Diffstat (limited to 'drivers/rtc')
| -rw-r--r-- | drivers/rtc/rtc-isl12057.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-isl12057.c b/drivers/rtc/rtc-isl12057.c index 7854a656628f..7e5ead936a04 100644 --- a/drivers/rtc/rtc-isl12057.c +++ b/drivers/rtc/rtc-isl12057.c | |||
| @@ -26,7 +26,6 @@ | |||
| 26 | #include <linux/rtc.h> | 26 | #include <linux/rtc.h> |
| 27 | #include <linux/i2c.h> | 27 | #include <linux/i2c.h> |
| 28 | #include <linux/bcd.h> | 28 | #include <linux/bcd.h> |
| 29 | #include <linux/rtc.h> | ||
| 30 | #include <linux/of.h> | 29 | #include <linux/of.h> |
| 31 | #include <linux/of_device.h> | 30 | #include <linux/of_device.h> |
| 32 | #include <linux/regmap.h> | 31 | #include <linux/regmap.h> |
