diff options
author | Wang Qing <wangqing@vivo.com> | 2020-11-09 10:35:01 +0800 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2021-01-06 19:55:28 -0500 |
commit | a118584e7e60fa72ee441055b33b41c3354dba7e (patch) | |
tree | b42456b8c7340f10f708c2f9a2650381b17b056b /arch | |
parent | 7a202ec74c151e30edc1d17e3209fe6d6fe50eee (diff) | |
download | linux-stable-a118584e7e60fa72ee441055b33b41c3354dba7e.tar.gz linux-stable-a118584e7e60fa72ee441055b33b41c3354dba7e.tar.bz2 linux-stable-a118584e7e60fa72ee441055b33b41c3354dba7e.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/mach-sh03/rtc.c | 1 |
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> |