ARM: includecheck fix: mach-omap2/mcbsp.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Wed, 8 Jul 2009 14:41:05 +0000 (20:11 +0530)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Jul 2009 16:08:23 +0000 (17:08 +0100)
fix the following 'make includecheck' warning:

  arch/arm/mach-omap2/mcbsp.c: mach/irqs.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: Eduardo Valentin <eduardo.valentin@nokia.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/mcbsp.c

index a5c0f04..99b6e15 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <mach/irqs.h>
 #include <mach/dma.h>
-#include <mach/irqs.h>
 #include <mach/mux.h>
 #include <mach/cpu.h>
 #include <mach/mcbsp.h>