summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/usb-ohci-exynos.h
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-10-14 09:18:54 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-14 11:09:13 -0700
commitc00809d330cfe42469fcd1cfd63f0690b47ea9bb (patch)
tree0ce8b3cfc41b4e85f9c185a0671b392f89a057cd /include/linux/platform_data/usb-ohci-exynos.h
parent88ed9fd50e573fee332ca1e07641102b59f743fe (diff)
USB: ohci-exynos: Remove non-DT support
The non-DT for EXYNOS SoCs is not supported from v3.11. Thus, there is no need to support non-DT for Exynos OHCI driver. The 'include/linux/platform_data/usb-ohci-exynos.h' file has been used for non-DT support. Thus, the 'usb-ohci-exynos.h' file can be removed. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/platform_data/usb-ohci-exynos.h')
-rw-r--r--include/linux/platform_data/usb-ohci-exynos.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/linux/platform_data/usb-ohci-exynos.h b/include/linux/platform_data/usb-ohci-exynos.h
deleted file mode 100644
index c256c595be5..00000000000
--- a/include/linux/platform_data/usb-ohci-exynos.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2011 Samsung Electronics Co.Ltd
- * http://www.samsung.com/
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- */
-
-#ifndef __MACH_EXYNOS_OHCI_H
-#define __MACH_EXYNOS_OHCI_H
-
-struct exynos4_ohci_platdata {
- int (*phy_init)(struct platform_device *pdev, int type);
- int (*phy_exit)(struct platform_device *pdev, int type);
-};
-
-extern void exynos4_ohci_set_platdata(struct exynos4_ohci_platdata *pd);
-
-#endif /* __MACH_EXYNOS_OHCI_H */