diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 9958987a3d0a..4f1accf7f7f3 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -442,7 +442,7 @@ static struct omap_musb_board_data musb_board_data = { | |||
442 | .power = 100, | 442 | .power = 100, |
443 | }; | 443 | }; |
444 | 444 | ||
445 | static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | 445 | static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { |
446 | .port_mode[0] = EHCI_HCD_OMAP_MODE_UNKNOWN, | 446 | .port_mode[0] = EHCI_HCD_OMAP_MODE_UNKNOWN, |
447 | .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, | 447 | .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, |
448 | .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, | 448 | .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, |