summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Qing <wangqing@vivo.com>2020-11-09 10:35:01 +0800
committerRich Felker <dalias@libc.org>2021-01-06 19:55:28 -0500
commita118584e7e60fa72ee441055b33b41c3354dba7e (patch)
treeb42456b8c7340f10f708c2f9a2650381b17b056b
parent7a202ec74c151e30edc1d17e3209fe6d6fe50eee (diff)
downloadlinux-a118584e7e60fa72ee441055b33b41c3354dba7e.tar.bz2
sh: mach-sh03: remove duplicate include
Remove duplicate header which is included twice. Signed-off-by: Wang Qing <wangqing@vivo.com> Signed-off-by: Rich Felker <dalias@libc.org>
-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>