Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Linus Torvalds
7b8dc3eb 3b6aa907

-1
-1
drivers/rtc/rtc-isl12057.c
··· 26 26 #include <linux/rtc.h> 27 27 #include <linux/i2c.h> 28 28 #include <linux/bcd.h> 29 - #include <linux/rtc.h> 30 29 #include <linux/of.h> 31 30 #include <linux/of_device.h> 32 31 #include <linux/regmap.h>