diff options
Diffstat (limited to 'drivers/pci/host/pci-imx6.c')
-rw-r--r-- | drivers/pci/host/pci-imx6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c index d1a26d17b586..fdb95367721e 100644 --- a/drivers/pci/host/pci-imx6.c +++ b/drivers/pci/host/pci-imx6.c | |||
@@ -643,7 +643,6 @@ MODULE_DEVICE_TABLE(of, imx6_pcie_of_match); | |||
643 | static struct platform_driver imx6_pcie_driver = { | 643 | static struct platform_driver imx6_pcie_driver = { |
644 | .driver = { | 644 | .driver = { |
645 | .name = "imx6q-pcie", | 645 | .name = "imx6q-pcie", |
646 | .owner = THIS_MODULE, | ||
647 | .of_match_table = imx6_pcie_of_match, | 646 | .of_match_table = imx6_pcie_of_match, |
648 | }, | 647 | }, |
649 | .shutdown = imx6_pcie_shutdown, | 648 | .shutdown = imx6_pcie_shutdown, |