diff options
author | Huang Weiyi | 2009-07-11 09:31:58 +0800 |
---|---|---|
committer | Russell King | 2009-07-11 16:55:52 +0100 |
commit | ee0049d49ad2556222a7b3127be2dae11982f7b3 (patch) | |
tree | 981b7d452c89f0b56afa87bfbc9dd7c1ceca60dd /arch/arm/mach-omap2/mcbsp.c | |
parent | 0724915a69433716704bc5de6f729d3751981be6 (diff) |
[ARM] remove duplicated #include
Remove duplicated #include('s) in
arch/arm/mach-mx3/devices.c
arch/arm/mach-omap1/mcbsp.c
arch/arm/mach-omap2/mcbsp.c
arch/arm/plat-stmp3xxx/pinmux.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
-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 a5c0f0435cd6..99b6e1546311 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> |