diff options
Diffstat (limited to 'drivers/pci/host/pci-exynos.c')
-rw-r--r-- | drivers/pci/host/pci-exynos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c index 850c9f951a3f..d202b37c3698 100644 --- a/drivers/pci/host/pci-exynos.c +++ b/drivers/pci/host/pci-exynos.c | |||
@@ -641,7 +641,6 @@ static struct platform_driver exynos_pcie_driver = { | |||
641 | .remove = __exit_p(exynos_pcie_remove), | 641 | .remove = __exit_p(exynos_pcie_remove), |
642 | .driver = { | 642 | .driver = { |
643 | .name = "exynos-pcie", | 643 | .name = "exynos-pcie", |
644 | .owner = THIS_MODULE, | ||
645 | .of_match_table = exynos_pcie_of_match, | 644 | .of_match_table = exynos_pcie_of_match, |
646 | }, | 645 | }, |
647 | }; | 646 | }; |