diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom-peripherals.c')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom-peripherals.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-zoom-peripherals.c b/arch/arm/mach-omap2/board-zoom-peripherals.c index 6bcc107b9fc3..a935f319e719 100644 --- a/arch/arm/mach-omap2/board-zoom-peripherals.c +++ b/arch/arm/mach-omap2/board-zoom-peripherals.c | |||
@@ -194,8 +194,7 @@ static struct platform_device omap_vwlan_device = { | |||
194 | }; | 194 | }; |
195 | 195 | ||
196 | static struct wl12xx_platform_data omap_zoom_wlan_data __initdata = { | 196 | static struct wl12xx_platform_data omap_zoom_wlan_data __initdata = { |
197 | /* ZOOM ref clock is 26 MHz */ | 197 | .board_ref_clock = WL12XX_REFCLOCK_26, /* 26 MHz */ |
198 | .board_ref_clock = 1, | ||
199 | }; | 198 | }; |
200 | 199 | ||
201 | static struct omap2_hsmmc_info mmc[] = { | 200 | static struct omap2_hsmmc_info mmc[] = { |