projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a33aed
)
ARM: includecheck fix: mach-omap1/mcbsp.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 8 Jul 2009 14:40:02 +0000
(20:10 +0530)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 25 Jul 2009 16:08:22 +0000
(17:08 +0100)
fix the following 'make includecheck' warning:
arch/arm/mach-omap1/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-omap1/mcbsp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/mcbsp.c
b/arch/arm/mach-omap1/mcbsp.c
index a2d7814896bea8eb2f96e7eaf052a616e637a307..505d98cfe508c475539445b42a504fa5c8ad20c3 100644
(file)
--- a/
arch/arm/mach-omap1/mcbsp.c
+++ b/
arch/arm/mach-omap1/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>