From: Tiezhu Yang Date: Tue, 19 May 2020 12:28:11 +0000 (+0800) Subject: MIPS: SGI-IP27: Remove duplicated include in ip27-timer.c X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2062^2~47 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=860f02f13cf9b72fdc48f978723347f54c5364f2;p=linux.git 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 Signed-off-by: Thomas Bogendoerfer --- 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 #include -#include "ip27-common.h" - static int rt_next_event(unsigned long delta, struct clock_event_device *evt) { unsigned int cpu = smp_processor_id();