diff options
Diffstat (limited to 'drivers/mailbox/mailbox-test.c')
-rw-r--r-- | drivers/mailbox/mailbox-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox-test.c b/drivers/mailbox/mailbox-test.c index 3813f6d9eba9..036a852b5fa1 100644 --- a/drivers/mailbox/mailbox-test.c +++ b/drivers/mailbox/mailbox-test.c | |||
@@ -342,7 +342,7 @@ static int mbox_test_remove(struct platform_device *pdev) | |||
342 | } | 342 | } |
343 | 343 | ||
344 | static const struct of_device_id mbox_test_match[] = { | 344 | static const struct of_device_id mbox_test_match[] = { |
345 | { .compatible = "mailbox_test" }, | 345 | { .compatible = "mailbox-test" }, |
346 | {}, | 346 | {}, |
347 | }; | 347 | }; |
348 | 348 | ||