summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-04-13 11:31:59 +0100
committerAndy Green <andy.green@linaro.org>2011-04-13 11:31:59 +0100
commit5d4e09b19b5298bb9d20896ec7e90792275095b7 (patch)
tree2d3861ffb1c22cc8775269810f335affe09d7f64
parenta8fbc2b20dc0f8fa606983d74499028e8189e629 (diff)
omap2 panda neutral reodering of structs
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index a0876011c15..891a3da88cf 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -87,6 +87,11 @@ static struct platform_device leds_gpio = {
},
};
+static struct platform_device omap4panda_hdmi_audio_device = {
+ .name = "hdmi-audio-dai",
+ .id = -1,
+};
+
struct ti_st_plat_data wilink_pdata = {
.nshutdown_gpio = 46,
.dev_name = "/dev/ttyO1",
@@ -103,16 +108,11 @@ static struct platform_device btwilink_device = {
.id = -1,
};
-static struct platform_device omap4panda_hdmi_audio_device = {
- .name = "hdmi-audio-dai",
- .id = -1,
-};
-
static struct platform_device *panda_devices[] __initdata = {
&leds_gpio,
+ &omap4panda_hdmi_audio_device,
&wl128x_device,
&btwilink_device,
- &omap4panda_hdmi_audio_device,
};
/* Display DVI */
@@ -454,7 +454,6 @@ static struct regulator_init_data omap4_panda_clk32kg = {
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
},
};
-
static struct twl4030_codec_audio_data twl6040_audio = {
/* single-step ramp for headset and handsfree */
.left_step_hs = 0x0f,