diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/ulpi.h')
| -rw-r--r-- | arch/arm/plat-mxc/include/mach/ulpi.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/plat-mxc/include/mach/ulpi.h b/arch/arm/plat-mxc/include/mach/ulpi.h deleted file mode 100644 index f9161c96d7b..00000000000 --- a/arch/arm/plat-mxc/include/mach/ulpi.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __MACH_ULPI_H -#define __MACH_ULPI_H - -#ifdef CONFIG_USB_ULPI -struct otg_transceiver *imx_otg_ulpi_create(unsigned int flags); -#else -static inline struct otg_transceiver *imx_otg_ulpi_create(unsigned int flags) -{ - return NULL; -} -#endif - -extern struct otg_io_access_ops mxc_ulpi_access_ops; - -#endif /* __MACH_ULPI_H */ - |
