omap mailbox: fix empty struct device for omap2

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
This commit is contained in:
Hiroshi DOYU
2009-03-23 18:07:25 -07:00
committed by Tony Lindgren
parent f98d67a07e
commit da8cfe03a4
2 changed files with 8 additions and 7 deletions

View File

@ -61,7 +61,7 @@ static struct resource omap3_mbox_resources[] = {
};
static struct platform_device mbox_device = {
.name = "mailbox",
.name = "omap2-mailbox",
.id = -1,
};