diff options
Diffstat (limited to 'drivers/pci/host/pci-host-generic.c')
-rw-r--r-- | drivers/pci/host/pci-host-generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/pci-host-generic.c b/drivers/pci/host/pci-host-generic.c index c05ea9d72f69..7d709a7e0aa8 100644 --- a/drivers/pci/host/pci-host-generic.c +++ b/drivers/pci/host/pci-host-generic.c | |||
@@ -60,6 +60,7 @@ static struct platform_driver gen_pci_driver = { | |||
60 | .driver = { | 60 | .driver = { |
61 | .name = "pci-host-generic", | 61 | .name = "pci-host-generic", |
62 | .of_match_table = gen_pci_of_match, | 62 | .of_match_table = gen_pci_of_match, |
63 | .suppress_bind_attrs = true, | ||
63 | }, | 64 | }, |
64 | .probe = gen_pci_probe, | 65 | .probe = gen_pci_probe, |
65 | }; | 66 | }; |