diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-21 05:06:43 -0400 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-10-29 18:13:40 -0400 |
| commit | eb36309a9db9e9e8e8e0813ebbe3a14a58969351 (patch) | |
| tree | 5beb75601743aace2fcf1c5f6cd697a3a8f1c03a /drivers/pci | |
| parent | 904d0e7889933fb48d921c998fd1cabb3a9d6635 (diff) | |
PCI: exynos: Remove redundant of_match_ptr
This driver is DT only. Hence of_match_ptr is not required.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Diffstat (limited to 'drivers/pci')
| -rw-r--r-- | drivers/pci/host/pci-exynos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c index 89804728bd5b..24beed38ddc7 100644 --- a/drivers/pci/host/pci-exynos.c +++ b/drivers/pci/host/pci-exynos.c | |||
| @@ -653,7 +653,7 @@ static struct platform_driver exynos_pcie_driver = { | |||
| 653 | .driver = { | 653 | .driver = { |
| 654 | .name = "exynos-pcie", | 654 | .name = "exynos-pcie", |
| 655 | .owner = THIS_MODULE, | 655 | .owner = THIS_MODULE, |
| 656 | .of_match_table = of_match_ptr(exynos_pcie_of_match), | 656 | .of_match_table = exynos_pcie_of_match, |
| 657 | }, | 657 | }, |
| 658 | }; | 658 | }; |
| 659 | 659 | ||
