diff options
Diffstat (limited to 'drivers/pci/host/pci-rcar-gen2.c')
-rw-r--r-- | drivers/pci/host/pci-rcar-gen2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-rcar-gen2.c b/drivers/pci/host/pci-rcar-gen2.c index 3ef854f5a5b5..d9c042febb1a 100644 --- a/drivers/pci/host/pci-rcar-gen2.c +++ b/drivers/pci/host/pci-rcar-gen2.c | |||
@@ -412,7 +412,6 @@ MODULE_DEVICE_TABLE(of, rcar_pci_of_match); | |||
412 | static struct platform_driver rcar_pci_driver = { | 412 | static struct platform_driver rcar_pci_driver = { |
413 | .driver = { | 413 | .driver = { |
414 | .name = "pci-rcar-gen2", | 414 | .name = "pci-rcar-gen2", |
415 | .owner = THIS_MODULE, | ||
416 | .suppress_bind_attrs = true, | 415 | .suppress_bind_attrs = true, |
417 | .of_match_table = rcar_pci_of_match, | 416 | .of_match_table = rcar_pci_of_match, |
418 | }, | 417 | }, |