aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/ssbi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ssbi.c b/drivers/mfd/ssbi.c
index f32da0258a8e..e561d3be54a5 100644
--- a/drivers/mfd/ssbi.c
+++ b/drivers/mfd/ssbi.c
@@ -350,6 +350,7 @@ static struct of_device_id ssbi_match_table[] = {
350 { .compatible = "qcom,ssbi" }, 350 { .compatible = "qcom,ssbi" },
351 {} 351 {}
352}; 352};
353MODULE_DEVICE_TABLE(of, ssbi_match_table);
353 354
354static struct platform_driver ssbi_driver = { 355static struct platform_driver ssbi_driver = {
355 .probe = ssbi_probe, 356 .probe = ssbi_probe,