aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/usb-ehci-mxc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/usb-ehci-mxc.h')
-rw-r--r--include/linux/platform_data/usb-ehci-mxc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/platform_data/usb-ehci-mxc.h b/include/linux/platform_data/usb-ehci-mxc.h
deleted file mode 100644
index ad9794d09bc8..000000000000
--- a/include/linux/platform_data/usb-ehci-mxc.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __INCLUDE_ASM_ARCH_MXC_EHCI_H
-#define __INCLUDE_ASM_ARCH_MXC_EHCI_H
-
-struct mxc_usbh_platform_data {
- int (*init)(struct platform_device *pdev);
- int (*exit)(struct platform_device *pdev);
-
- unsigned int portsc;
- struct usb_phy *otg;
-};
-
-#endif /* __INCLUDE_ASM_ARCH_MXC_EHCI_H */
-