Revert "mailbox: rockchip: fix a typo in module autoloading"
This reverts commit 98f8b3a1b4
.
This commit is contained in:
parent
b02aa77288
commit
d1202f1755
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ static const struct of_device_id rockchip_mbox_of_match[] = {
|
||||||
{ .compatible = "rockchip,rk3368-mailbox", .data = &rk3368_drv_data},
|
{ .compatible = "rockchip,rk3368-mailbox", .data = &rk3368_drv_data},
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, rockchip_mbox_of_match);
|
MODULE_DEVICE_TABLE(of, rockchp_mbox_of_match);
|
||||||
|
|
||||||
static int rockchip_mbox_probe(struct platform_device *pdev)
|
static int rockchip_mbox_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue