[PATCH 02/16] ARM: LPC32XX: removed extra include statement
wellsk40 at gmail.com
wellsk40 at gmail.com
Tue Feb 2 18:59:14 EST 2010
From: Kevin Wells <wellsk40 at gmail.com>
The include of <mach/irqs.h> isn't needed in the entry-macro.S
file.
Signed-off-by: Kevin Wells <wellsk40 at gmail.com>
---
arch/arm/mach-lpc32xx/include/mach/entry-macro.S | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-lpc32xx/include/mach/entry-macro.S b/arch/arm/mach-lpc32xx/include/mach/entry-macro.S
index c0313ae..ba1bdd6 100644
--- a/arch/arm/mach-lpc32xx/include/mach/entry-macro.S
+++ b/arch/arm/mach-lpc32xx/include/mach/entry-macro.S
@@ -22,7 +22,6 @@
#include <mach/hardware.h>
#include <mach/platform.h>
-#include <mach/irqs.h>
.macro disable_fiq
.endm
--
1.6.6
More information about the linux-arm-kernel
mailing list