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>
This commit is contained in:
parent
904d0e7889
commit
eb36309a9d
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ static struct platform_driver exynos_pcie_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "exynos-pcie",
|
.name = "exynos-pcie",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.of_match_table = of_match_ptr(exynos_pcie_of_match),
|
.of_match_table = exynos_pcie_of_match,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue