diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 14:41:05 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-25 16:08:23 (GMT) |
commit | efda2b4c8a643290867d9f5816e36f71a5acee7d (patch) | |
tree | 5238cb339611e9b667becd3b827dcda50e14dd86 | |
parent | 52cbbd41f7afeceba4be2e4062138781aacd440c (diff) | |
download | linux-efda2b4c8a643290867d9f5816e36f71a5acee7d.tar.xz |
ARM: includecheck fix: mach-omap2/mcbsp.c
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>
-rw-r--r-- | arch/arm/mach-omap2/mcbsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index a5c0f04..99b6e15 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c @@ -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> |