summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/ulpi.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-09-11 15:40:34 +0300
committerShawn Guo <shawnguo@kernel.org>2020-09-13 06:16:03 +0300
commitf92c710f464465f7ff21c2ad30aa04a94aab0577 (patch)
treef066b0fb2ac91b713cf41a4c241e26cb700e8b76 /arch/arm/mach-imx/ulpi.h
parent8485adf17a15faacc6403dce0b711ec8a1cbf403 (diff)
downloadlinux-f92c710f464465f7ff21c2ad30aa04a94aab0577.tar.xz
ARM: imx: Remove remnant board file support pieces
Since i.MX board files are gone, remove some remnant pieces of board file support. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/ulpi.h')
-rw-r--r--arch/arm/mach-imx/ulpi.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-imx/ulpi.h b/arch/arm/mach-imx/ulpi.h
deleted file mode 100644
index b367902c9c32..000000000000
--- a/arch/arm/mach-imx/ulpi.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __MACH_ULPI_H
-#define __MACH_ULPI_H
-
-#include <linux/usb/ulpi.h>
-
-#ifdef CONFIG_USB_ULPI_VIEWPORT
-static inline struct usb_phy *imx_otg_ulpi_create(unsigned int flags)
-{
- return otg_ulpi_create(&ulpi_viewport_access_ops, flags);
-}
-#else
-static inline struct usb_phy *imx_otg_ulpi_create(unsigned int flags)
-{
- return NULL;
-}
-#endif
-
-#endif /* __MACH_ULPI_H */
-