mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
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>
This commit is contained in:
parent
9b2396dd1e
commit
adf06ba9b3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user