aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mailbox/mailbox-sti.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mailbox/mailbox-sti.c b/drivers/mailbox/mailbox-sti.c
index a334db5c9f1c..41bcd339b68a 100644
--- a/drivers/mailbox/mailbox-sti.c
+++ b/drivers/mailbox/mailbox-sti.c
@@ -403,6 +403,7 @@ static const struct of_device_id sti_mailbox_match[] = {
403 }, 403 },
404 { } 404 { }
405}; 405};
406MODULE_DEVICE_TABLE(of, sti_mailbox_match);
406 407
407static int sti_mbox_probe(struct platform_device *pdev) 408static int sti_mbox_probe(struct platform_device *pdev)
408{ 409{