From 1b1ef755bd910106fef15bd55386b60e88d73e16 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 13 Feb 2014 21:26:24 +0100 Subject: ARM: integrator: localize the hardware.h header As we move toward multiplatform support for the Integrator family we need to localize all headers. This moves the hardware.h header down to the machine folder. There are no users outside the machine in the kernel. Cc: Will Deacon Cc: Jonathan Austin Cc: Russell King Signed-off-by: Linus Walleij --- arch/arm/mach-integrator/integrator_cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-integrator/integrator_cp.c') diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 6734a4efe710..c97ab88897cf 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c @@ -28,7 +28,6 @@ #include #include -#include #include #include #include @@ -39,6 +38,7 @@ #include #include +#include "hardware.h" #include "cm.h" #include "common.h" -- cgit