diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2016-02-19 16:01:15 +0000 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2016-03-04 12:32:13 +0530 |
commit | adf06ba9b363c05eaf4da8afb02f5e99dd5caac9 (patch) | |
tree | 85c0ebb6adb68717d945c828c42fc3fd0b22ac79 /drivers/mailbox | |
parent | 9b2396dd1e41657c095d480802020c283ba1a43e (diff) | |
download | linux-adf06ba9b363c05eaf4da8afb02f5e99dd5caac9.tar.bz2 |
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')
-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 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, |