From: Laurent Pinchart Date: Sun, 26 Oct 2014 13:06:29 +0000 (+0200) Subject: ARM: shmobile: marzen-reference: Don't include legacy clock.h X-Git-Tag: firefly_0821_release~176^2~2769^2~15^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=803fc9b590f74ef1066be328f2f33c2b285ca3af;p=firefly-linux-kernel-4.4.55.git ARM: shmobile: marzen-reference: Don't include legacy clock.h The marzen-reference board file doesn't need the clock.h header, don't include it. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index 38d9cdd26587..644883a29502 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c @@ -26,7 +26,6 @@ #include #include -#include "clock.h" #include "common.h" #include "irqs.h" #include "r8a7779.h"