Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adf06ba9 authored by Sudeep Holla's avatar Sudeep Holla Committed by Jassi Brar
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 9b2396dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,