diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 28fc271f7031..b1d74d6b02e6 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -91,9 +91,15 @@ static struct platform_device leds_gpio = { | |||
91 | }, | 91 | }, |
92 | }; | 92 | }; |
93 | 93 | ||
94 | static struct platform_device btwilink_device = { | ||
95 | .name = "btwilink", | ||
96 | .id = -1, | ||
97 | }; | ||
98 | |||
94 | static struct platform_device *panda_devices[] __initdata = { | 99 | static struct platform_device *panda_devices[] __initdata = { |
95 | &leds_gpio, | 100 | &leds_gpio, |
96 | &wl1271_device, | 101 | &wl1271_device, |
102 | &btwilink_device, | ||
97 | }; | 103 | }; |
98 | 104 | ||
99 | static const struct usbhs_omap_board_data usbhs_bdata __initconst = { | 105 | static const struct usbhs_omap_board_data usbhs_bdata __initconst = { |