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: v3.19-rc1~170^2~15^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=803fc9b590f74ef1066be328f2f33c2b285ca3af;p=users%2Fdwmw2%2Flinux.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 38d9cdd26587e..644883a29502b 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"