aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-thunder-ecam.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/host/pci-thunder-ecam.c')
-rw-r--r--drivers/pci/host/pci-thunder-ecam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/pci-thunder-ecam.c b/drivers/pci/host/pci-thunder-ecam.c
index 3f54a43bbbea..fc0ca03f280e 100644
--- a/drivers/pci/host/pci-thunder-ecam.c
+++ b/drivers/pci/host/pci-thunder-ecam.c
@@ -373,6 +373,7 @@ static struct platform_driver thunder_ecam_driver = {
373 .driver = { 373 .driver = {
374 .name = KBUILD_MODNAME, 374 .name = KBUILD_MODNAME,
375 .of_match_table = thunder_ecam_of_match, 375 .of_match_table = thunder_ecam_of_match,
376 .suppress_bind_attrs = true,
376 }, 377 },
377 .probe = thunder_ecam_probe, 378 .probe = thunder_ecam_probe,
378}; 379};