aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27/ip27-timer.c
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2020-05-19 20:28:11 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-05-19 17:35:11 +0200
commit860f02f13cf9b72fdc48f978723347f54c5364f2 (patch)
tree0d77a39493fc4d6caa6a0338170a5c6e80828fa4 /arch/mips/sgi-ip27/ip27-timer.c
parentMIPS: SGI-IP30: Remove R5432_CP0_INTERRUPT_WAR from war.h (diff)
downloadlinux-dev-860f02f13cf9b72fdc48f978723347f54c5364f2.tar.xz
linux-dev-860f02f13cf9b72fdc48f978723347f54c5364f2.zip
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/ip27-timer.c')
-rw-r--r--arch/mips/sgi-ip27/ip27-timer.c2
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();