diff options
Diffstat (limited to 'arch/arm/mach-msm/board-msm7x30.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm7x30.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c index 46de789ad3ae..245884319d2e 100644 --- a/arch/arm/mach-msm/board-msm7x30.c +++ b/arch/arm/mach-msm/board-msm7x30.c | |||
@@ -40,8 +40,7 @@ | |||
40 | #include "proc_comm.h" | 40 | #include "proc_comm.h" |
41 | #include "common.h" | 41 | #include "common.h" |
42 | 42 | ||
43 | static void __init msm7x30_fixup(struct tag *tag, char **cmdline, | 43 | static void __init msm7x30_fixup(struct tag *tag, char **cmdline) |
44 | struct meminfo *mi) | ||
45 | { | 44 | { |
46 | for (; tag->hdr.size; tag = tag_next(tag)) | 45 | for (; tag->hdr.size; tag = tag_next(tag)) |
47 | if (tag->hdr.tag == ATAG_MEM && tag->u.mem.start == 0x200000) { | 46 | if (tag->hdr.tag == ATAG_MEM && tag->u.mem.start == 0x200000) { |
@@ -95,7 +94,7 @@ static int hsusb_phy_clk_reset(struct clk *phy_clk) | |||
95 | 94 | ||
96 | static struct msm_otg_platform_data msm_otg_pdata = { | 95 | static struct msm_otg_platform_data msm_otg_pdata = { |
97 | .phy_init_seq = hsusb_phy_init_seq, | 96 | .phy_init_seq = hsusb_phy_init_seq, |
98 | .mode = USB_PERIPHERAL, | 97 | .mode = USB_DR_MODE_PERIPHERAL, |
99 | .otg_control = OTG_PHY_CONTROL, | 98 | .otg_control = OTG_PHY_CONTROL, |
100 | .link_clk_reset = hsusb_link_clk_reset, | 99 | .link_clk_reset = hsusb_link_clk_reset, |
101 | .phy_clk_reset = hsusb_phy_clk_reset, | 100 | .phy_clk_reset = hsusb_phy_clk_reset, |