omap mailbox: fix empty struct device for omap2
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
This commit is contained in:
committed by
Tony Lindgren
parent
f98d67a07e
commit
da8cfe03a4
@ -61,7 +61,7 @@ static struct resource omap3_mbox_resources[] = {
|
||||
};
|
||||
|
||||
static struct platform_device mbox_device = {
|
||||
.name = "mailbox",
|
||||
.name = "omap2-mailbox",
|
||||
.id = -1,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user