local/pci: pci-exynos5433: remove the unused codes
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 8 May 2015 01:13:44 +0000 (10:13 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:44:53 +0000 (13:44 +0900)
Remove the unused codes to fix the compiler warning.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/pci/host/pci-exynos5433.c

index 22ff137..22a0c3c 100644 (file)
 
 #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;