aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/board-rx51-peripherals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index 7ea20813083d..fd95ccf8be5c 100644
--- a/arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
@@ -722,7 +722,7 @@ static struct twl4030_platform_data rx51_twldata __initdata = {
722 .vio = &rx51_vio, 722 .vio = &rx51_vio,
723}; 723};
724 724
725static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata = { 725static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
726 .id = TPA6130A2, 726 .id = TPA6130A2,
727 .power_gpio = 98, 727 .power_gpio = 98,
728}; 728};