From 803fc9b590f74ef1066be328f2f33c2b285ca3af Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 26 Oct 2014 15:06:29 +0200 Subject: [PATCH] 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 --- arch/arm/mach-shmobile/board-marzen-reference.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.34.1