commit | f98d67a07e90f3ed7a6c351ae70bcd6bf8bcf478 | [log] [tgz] |
---|---|---|
author | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | Mon Mar 23 18:07:25 2009 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Mon Mar 23 18:07:25 2009 -0700 |
tree | 9fd18da08e9909f0e69049ced550590cf9600c37 | |
parent | f48cca87703a4f4c372f1519e72e0fd6acb70d54 [diff] [blame] |
omap mailbox: fix empty struct device for omap1 Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index ba5d7c0..bbbaeb0 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c
@@ -86,7 +86,7 @@ }; static struct platform_device mbox_device = { - .name = "mailbox", + .name = "omap1-mailbox", .id = -1, .num_resources = ARRAY_SIZE(mbox_resources), .resource = mbox_resources,