diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2020-05-19 20:28:11 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-19 17:35:11 +0200 |
commit | 860f02f13cf9b72fdc48f978723347f54c5364f2 (patch) | |
tree | 0d77a39493fc4d6caa6a0338170a5c6e80828fa4 /arch/mips/sgi-ip27 | |
parent | 8be26bab0ea2097ab1d7bca85fb3b2e295faf5ec (diff) |
MIPS: SGI-IP27: Remove duplicated include in ip27-timer.c
After commit 9d0aaf98dc24 ("MIPS: SGI-IP27: Move all shared IP27
declarations to ip27-common.h"), ip27-common.h is included more
than once in ip27-timer.c, remove it.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/sgi-ip27')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index 61f3565f3645..11ffb3e5f3d4 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c @@ -35,8 +35,6 @@ #include <asm/sn/types.h> #include <asm/pci/bridge.h> -#include "ip27-common.h" - static int rt_next_event(unsigned long delta, struct clock_event_device *evt) { unsigned int cpu = smp_processor_id(); |