diff options
| -rw-r--r-- | drivers/mailbox/mailbox-sti.c | 1 |
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 | }; |
| 406 | MODULE_DEVICE_TABLE(of, sti_mailbox_match); | ||
| 406 | 407 | ||
| 407 | static int sti_mbox_probe(struct platform_device *pdev) | 408 | static int sti_mbox_probe(struct platform_device *pdev) |
| 408 | { | 409 | { |
