diff options
author | Tony Lindgren <tony@atomide.com> | 2013-02-14 08:36:17 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-02-14 08:36:17 -0800 |
commit | 64ff1673332a1109780d731ca08dcd4f8ad33097 (patch) | |
tree | abb03dcda3da9eeb4e92a97acc0f67b55bc23599 /arch/arm/mach-omap2/board-am3517evm.c | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 (diff) | |
parent | 42973159599086c48c58ad79b9ad0758da6bc256 (diff) | |
download | op-kernel-dev-64ff1673332a1109780d731ca08dcd4f8ad33097.zip op-kernel-dev-64ff1673332a1109780d731ca08dcd4f8ad33097.tar.gz |
Merge branch 'usbhost17-for-arm-soc' of git://github.com/rogerq/linux into omap-for-v3.9/usb
Diffstat (limited to 'arch/arm/mach-omap2/board-am3517evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-am3517evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index f81a303..c76725d 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c @@ -274,7 +274,7 @@ static __init void am3517_evm_mcbsp1_init(void) omap_ctrl_writel(devconf0, OMAP2_CONTROL_DEVCONF0); } -static const struct usbhs_omap_board_data usbhs_bdata __initconst = { +static struct usbhs_omap_platform_data usbhs_bdata __initdata = { .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, #if defined(CONFIG_PANEL_SHARP_LQ043T1DG01) || \ defined(CONFIG_PANEL_SHARP_LQ043T1DG01_MODULE) |