Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 339135ff authored by Sachin Kamat's avatar Sachin Kamat Committed by Bjorn Helgaas
Browse files

PCI: mvebu: Remove redundant of_match_ptr



mvebu_pcie_of_match_table is always compiled in.  Hence of_match_ptr is not
required.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 84f47190
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1007,8 +1007,7 @@ static struct platform_driver mvebu_pcie_driver = {
	.driver = {
		.owner = THIS_MODULE,
		.name = "mvebu-pcie",
		.of_match_table =
		   of_match_ptr(mvebu_pcie_of_match_table),
		.of_match_table = mvebu_pcie_of_match_table,
		/* driver unloading/unbinding currently not supported */
		.suppress_bind_attrs = true,
	},