LOCAL / PCI: exynos: remove __init macro from exynos_pcie_probe()
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 16 Apr 2018 06:32:11 +0000 (15:32 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:55 +0000 (14:56 +0900)
commit12bf3307b66f68caccb209b27dc92033a7c14ac1
tree940e6c7d3ed9d3da22774eddd35fd4243179ce32
parente76d4b68ff252788ca3446902db54d1ce8a42ccb
LOCAL / PCI: exynos: remove __init macro from exynos_pcie_probe()

After the commit 7051bc3056ba ("LOCAL / pci: dwc: pci-exynos:
support the pci of exynos5433"), exynos_pcie_probe() is no more
called from context started from subsys_initcall() and it makes
section mismatch in reference to .init.text:exynos_pcie_probe().
Remove __init macro from exynos_pcie_probe() to remove the
section mismatch.

Change-Id: Ic2c4eceb3ae33a78482f5beb02bf1ec42d01aa78
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/pci/dwc/pci-exynos.c