 39ef6340c7
			
		
	
	
	39ef6340c7
	
	
	
		
			
			Rename mach-imx/include/mach/ulpi.h to mach-imx/ulpi.h, and update users to include ulpi.h rather than mach/ulpi.h. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			306 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			306 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MACH_ULPI_H
 | |
| #define __MACH_ULPI_H
 | |
| 
 | |
| #ifdef CONFIG_USB_ULPI
 | |
| struct usb_phy *imx_otg_ulpi_create(unsigned int flags);
 | |
| #else
 | |
| static inline struct usb_phy *imx_otg_ulpi_create(unsigned int flags)
 | |
| {
 | |
| 	return NULL;
 | |
| }
 | |
| #endif
 | |
| 
 | |
| extern struct usb_phy_io_ops mxc_ulpi_access_ops;
 | |
| 
 | |
| #endif /* __MACH_ULPI_H */
 | |
| 
 |