aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox-test.c
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2016-02-19 16:01:15 +0000
committerJassi Brar <jaswinder.singh@linaro.org>2016-03-04 12:32:13 +0530
commitadf06ba9b363c05eaf4da8afb02f5e99dd5caac9 (patch)
tree85c0ebb6adb68717d945c828c42fc3fd0b22ac79 /drivers/mailbox/mailbox-test.c
parentDocumentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation (diff)
downloadlinux-dev-adf06ba9b363c05eaf4da8afb02f5e99dd5caac9.tar.xz
linux-dev-adf06ba9b363c05eaf4da8afb02f5e99dd5caac9.zip
mailbox: mailbox-test: rename driver as generic test driver
This mailbox-test driver was designed to be generic, so let's remove ST tag on it and make it generic. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/mailbox-test.c')
-rw-r--r--drivers/mailbox/mailbox-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/mailbox-test.c b/drivers/mailbox/mailbox-test.c
index 684ae17dcf39..3813f6d9eba9 100644
--- a/drivers/mailbox/mailbox-test.c
+++ b/drivers/mailbox/mailbox-test.c
@@ -348,7 +348,7 @@ static const struct of_device_id mbox_test_match[] = {
static struct platform_driver mbox_test_driver = {
.driver = {
- .name = "mailbox_sti_test",
+ .name = "mailbox_test",
.of_match_table = mbox_test_match,
},
.probe = mbox_test_probe,