diff options
Diffstat (limited to 'include/linux/usb/musb.h')
| -rw-r--r-- | include/linux/usb/musb.h | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index e4a3ad3c800f..3963e55e88a3 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h @@ -99,9 +99,6 @@ struct musb_hdrc_platform_data {  	/* (HOST or OTG) program PHY for external Vbus */  	unsigned	extvbus:1; -	/* Power the device on or off */ -	int		(*set_power)(int state); -  	/* MUSB configuration-specific details */  	const struct musb_hdrc_config *config; @@ -135,14 +132,4 @@ static inline int musb_mailbox(enum musb_vbus_id_status status)  #define	TUSB6010_REFCLK_24	41667	/* psec/clk @ 24.0 MHz XI */  #define	TUSB6010_REFCLK_19	52083	/* psec/clk @ 19.2 MHz CLKIN */ -#ifdef	CONFIG_ARCH_OMAP2 - -extern int __init tusb6010_setup_interface( -		struct musb_hdrc_platform_data *data, -		unsigned ps_refclk, unsigned waitpin, -		unsigned async_cs, unsigned sync_cs, -		unsigned irq, unsigned dmachan); - -#endif	/* OMAP2 */ -  #endif /* __LINUX_USB_MUSB_H */ |