Message ID | 1553721642-38293-1-git-send-email-jagdsh.linux@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arch:sh:mach-sh03/rtc.c : Remove duplicate header | expand |
On 3/28/2019 2:50 AM, jagdsh.linux@gmail.com wrote: > From: Jagadeesh Pagadala <jagdsh.linux@gmail.com> > > Remove duplicate header which is included twice. > > Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> -Mukesh > --- > arch/sh/boards/mach-sh03/rtc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/sh/boards/mach-sh03/rtc.c b/arch/sh/boards/mach-sh03/rtc.c > index 8b23ed7..165e2cc 100644 > --- a/arch/sh/boards/mach-sh03/rtc.c > +++ b/arch/sh/boards/mach-sh03/rtc.c > @@ -14,7 +14,6 @@ > #include <linux/rtc.h> > #include <linux/spinlock.h> > #include <linux/io.h> > -#include <linux/rtc.h> > #include <linux/platform_device.h> > > #define RTC_BASE 0xb0000000
diff --git a/arch/sh/boards/mach-sh03/rtc.c b/arch/sh/boards/mach-sh03/rtc.c index 8b23ed7..165e2cc 100644 --- a/arch/sh/boards/mach-sh03/rtc.c +++ b/arch/sh/boards/mach-sh03/rtc.c @@ -14,7 +14,6 @@ #include <linux/rtc.h> #include <linux/spinlock.h> #include <linux/io.h> -#include <linux/rtc.h> #include <linux/platform_device.h> #define RTC_BASE 0xb0000000