MIPS: SGI-IP27: Remove duplicated include in ip27-timer.c
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 19 May 2020 12:28:11 +0000 (20:28 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 19 May 2020 15:35:11 +0000 (17:35 +0200)
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>
arch/mips/sgi-ip27/ip27-timer.c

index 61f3565f3645a7a311a75c22d6ce0e91fda67615..11ffb3e5f3d4ac6cef9e68c518c5db4ba984fbb6 100644 (file)
@@ -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();