summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-sh03/rtc.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-01-24 13:52:02 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-01-24 13:52:02 -0800
commit228a65d4544af5086bd167dcc5a0cb4fae2c42b4 (patch)
tree3950a4f6f428c3cd06f4be67cd16f8e88a98bf51 /arch/sh/boards/mach-sh03/rtc.c
parentef7b1a0ea857af076ea64d131e95b59166ab6163 (diff)
parentb89bc060b53e7054e5c8ca11feea4bc884d83611 (diff)
downloadlinux-228a65d4544af5086bd167dcc5a0cb4fae2c42b4.tar.bz2
Merge tag 'sh-for-5.11' of git://git.libc.org/linux-sh
Pull arch/sh updates from Rich Felker: "Cleanup and warning fixes" * tag 'sh-for-5.11' of git://git.libc.org/linux-sh: sh/intc: Restore devm_ioremap() alignment sh: mach-sh03: remove duplicate include arch: sh: remove duplicate include sh: Drop ARCH_NR_GPIOS definition sh: Remove unused HAVE_COPY_THREAD_TLS macro sh: remove CONFIG_IDE from most defconfig sh: mm: Convert to DEFINE_SHOW_ATTRIBUTE sh: intc: Convert to DEFINE_SHOW_ATTRIBUTE arch/sh: hyphenate Non-Uniform in Kconfig prompt sh: dma: fix kconfig dependency for G2_DMA
Diffstat (limited to 'arch/sh/boards/mach-sh03/rtc.c')
-rw-r--r--arch/sh/boards/mach-sh03/rtc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-sh03/rtc.c b/arch/sh/boards/mach-sh03/rtc.c
index 8b23ed7c201c..7fb474844a2d 100644
--- a/arch/sh/boards/mach-sh03/rtc.c
+++ b/arch/sh/boards/mach-sh03/rtc.c
@@ -11,7 +11,6 @@
#include <linux/sched.h>
#include <linux/time.h>
#include <linux/bcd.h>
-#include <linux/rtc.h>
#include <linux/spinlock.h>
#include <linux/io.h>
#include <linux/rtc.h>