From 83a497cab1baec75e3e493a96e3456db14729ce0 Mon Sep 17 00:00:00 2001 From: Tommy Lin Date: Fri, 29 Jul 2011 01:14:46 +0800 Subject: ARM: cns3xxx: Fix compile error caused by hardware.h removed Commit c9d95fbe59e426eed7f16e7cac812e46ac4772d0 "ARM: convert PCI defines to variables" deleted cns3xxx' hardware.h, but didn't remove references for it, so do it now. This patch removes lines that refer to hardware.h. Signed-off-by: Tommy Lin Signed-off-by: Imre Kaloz Signed-off-by: Anton Vorontsov --- arch/arm/mach-cns3xxx/include/mach/entry-macro.S | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-cns3xxx/include/mach/entry-macro.S') diff --git a/arch/arm/mach-cns3xxx/include/mach/entry-macro.S b/arch/arm/mach-cns3xxx/include/mach/entry-macro.S index 6bd83ed90afe..d87bfc397d39 100644 --- a/arch/arm/mach-cns3xxx/include/mach/entry-macro.S +++ b/arch/arm/mach-cns3xxx/include/mach/entry-macro.S @@ -8,7 +8,6 @@ * published by the Free Software Foundation. */ -#include #include .macro disable_fiq -- cgit v1.2.3