Commit-ID: 7b59263801077e480be79e5f9a3a3bcdefeb05b8 Gitweb: https://git.kernel.org/tip/7b59263801077e480be79e5f9a3a3bcdefeb05b8 Author: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> AuthorDate: Thu, 15 Nov 2018 11:00:37 +0100 Committer: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> CommitDate: Tue, 18 Dec 2018 22:22:23 +0100 clockevents/drivers/tegra20: Remove obsolete inclusion of <asm/smp_twd.h> As of commit da4a686a2cfb077a ("ARM: smp_twd: convert to use CLKSRC_OF init"), this header file is no longer used. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Acked-by: Thierry Reding <treding@xxxxxxxxxx> Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> --- drivers/clocksource/tegra20_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/tegra20_timer.c b/drivers/clocksource/tegra20_timer.c index aa624885e0e2..4293943f4e2b 100644 --- a/drivers/clocksource/tegra20_timer.c +++ b/drivers/clocksource/tegra20_timer.c @@ -30,7 +30,6 @@ #include <linux/delay.h> #include <asm/mach/time.h> -#include <asm/smp_twd.h> #define RTC_SECONDS 0x08 #define RTC_SHADOW_SECONDS 0x0c
![]() |