diff options
Diffstat (limited to 'drivers/pci/host/pci-thunder-pem.c')
-rw-r--r-- | drivers/pci/host/pci-thunder-pem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/pci-thunder-pem.c b/drivers/pci/host/pci-thunder-pem.c index 6e031b522529..6e066f8b74df 100644 --- a/drivers/pci/host/pci-thunder-pem.c +++ b/drivers/pci/host/pci-thunder-pem.c | |||
@@ -474,6 +474,7 @@ static struct platform_driver thunder_pem_driver = { | |||
474 | .driver = { | 474 | .driver = { |
475 | .name = KBUILD_MODNAME, | 475 | .name = KBUILD_MODNAME, |
476 | .of_match_table = thunder_pem_of_match, | 476 | .of_match_table = thunder_pem_of_match, |
477 | .suppress_bind_attrs = true, | ||
477 | }, | 478 | }, |
478 | .probe = thunder_pem_probe, | 479 | .probe = thunder_pem_probe, |
479 | }; | 480 | }; |