diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mxc_ehci.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mxc_ehci.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_ehci.h b/arch/arm/plat-mxc/include/mach/mxc_ehci.h index a523a4079299..2c159dc2398b 100644 --- a/arch/arm/plat-mxc/include/mach/mxc_ehci.h +++ b/arch/arm/plat-mxc/include/mach/mxc_ehci.h | |||
@@ -44,11 +44,14 @@ struct mxc_usbh_platform_data { | |||
44 | int (*exit)(struct platform_device *pdev); | 44 | int (*exit)(struct platform_device *pdev); |
45 | 45 | ||
46 | unsigned int portsc; | 46 | unsigned int portsc; |
47 | unsigned int flags; | ||
48 | struct otg_transceiver *otg; | 47 | struct otg_transceiver *otg; |
49 | }; | 48 | }; |
50 | 49 | ||
51 | int mxc_initialize_usb_hw(int port, unsigned int flags); | 50 | int mx51_initialize_usb_hw(int port, unsigned int flags); |
51 | int mx25_initialize_usb_hw(int port, unsigned int flags); | ||
52 | int mx31_initialize_usb_hw(int port, unsigned int flags); | ||
53 | int mx35_initialize_usb_hw(int port, unsigned int flags); | ||
54 | int mx27_initialize_usb_hw(int port, unsigned int flags); | ||
52 | 55 | ||
53 | #endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */ | 56 | #endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */ |
54 | 57 | ||