projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dccb3b0
)
OMAP3: am3517crane: remove NULL board_mux from board file
author
Johan Hovold
<jhovold@gmail.com>
Tue, 9 Aug 2011 16:28:25 +0000
(16:28 +0000)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 10 Aug 2011 11:54:48 +0000
(
04:54
-0700)
Since
7203f8a48bb63015ebe58a6f2a38aec1cb208b9d
(arm: mach-omap2: remove
NULL board_mux from board files) NULL board_mux is defined in mux.h.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-am3517crane.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-am3517crane.c
b/arch/arm/mach-omap2/board-am3517crane.c
index
5f2b55f
..
933e935
100644
(file)
--- a/
arch/arm/mach-omap2/board-am3517crane.c
+++ b/
arch/arm/mach-omap2/board-am3517crane.c
@@
-45,8
+45,6
@@
static struct omap_board_config_kernel am3517_crane_config[] __initdata = {
static struct omap_board_mux board_mux[] __initdata = {
{ .reg_offset = OMAP_MUX_TERMINATOR },
};
-#else
-#define board_mux NULL
#endif
static void __init am3517_crane_init_early(void)