diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-10-26 15:06:29 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-30 09:51:35 +0900 |
commit | 803fc9b590f74ef1066be328f2f33c2b285ca3af (patch) | |
tree | 639ce9023e4073b0010ec63e364441161f24aad8 /arch/arm/mach-shmobile/board-marzen-reference.c | |
parent | f4115f25c11790646351df243dae070a7cf80163 (diff) | |
download | op-kernel-dev-803fc9b590f74ef1066be328f2f33c2b285ca3af.zip op-kernel-dev-803fc9b590f74ef1066be328f2f33c2b285ca3af.tar.gz |
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 <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-marzen-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen-reference.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index 38d9cdd..644883a 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c @@ -26,7 +26,6 @@ #include <asm/irq.h> #include <asm/mach/arch.h> -#include "clock.h" #include "common.h" #include "irqs.h" #include "r8a7779.h" |