summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2015-05-08 10:13:44 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:44:53 +0900
commit3f1a9fddfe8520b4009471f685ce15ed89d3fa4d (patch)
tree453f47c769f2a70542b144c431834c3a357baffe /drivers/pci
parentabec008bc2f5378613c893007da137899eea496b (diff)
local/pci: pci-exynos5433: remove the unused codes
Remove the unused codes to fix the compiler warning. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/host/pci-exynos5433.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/pci/host/pci-exynos5433.c b/drivers/pci/host/pci-exynos5433.c
index 22ff1370295a..22a0c3cda766 100644
--- a/drivers/pci/host/pci-exynos5433.c
+++ b/drivers/pci/host/pci-exynos5433.c
@@ -28,20 +28,6 @@
#define to_exynos_pcie(x) container_of(x, struct exynos_pcie, pp)
-enum pcie_exynos_type {
- PCIE_TYPE_EXYNOS5433,
-};
-
-static struct pcie_exynos_compatible {
- char *compatible;
- enum pcie_exynos_type ctrl_type;
-} exynos_compat[] = {
- {
- .compatible = "samsung,exynos5433-pcie",
- .ctrl_type = PCIE_TYPE_EXYNOS5433,
- },
-};
-
/* Pcie structure for Exynos specific data */
struct exynos_pcie {
void __iomem *elbi_base;