aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/devices.c
diff options
context:
space:
mode:
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>2009-03-23 18:07:25 -0700
committerTony Lindgren <tony@atomide.com>2009-03-23 18:07:25 -0700
commitda8cfe03a461fe759041e7f130f96913b262aa6b (patch)
tree8352d9e76712511884806b66df854b3cf6ac62ed /arch/arm/mach-omap2/devices.c
parentf98d67a07e90f3ed7a6c351ae70bcd6bf8bcf478 (diff)
downloadkernel_samsung_smdk4412-da8cfe03a461fe759041e7f130f96913b262aa6b.zip
kernel_samsung_smdk4412-da8cfe03a461fe759041e7f130f96913b262aa6b.tar.gz
kernel_samsung_smdk4412-da8cfe03a461fe759041e7f130f96913b262aa6b.tar.bz2
omap mailbox: fix empty struct device for omap2
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r--arch/arm/mach-omap2/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
index d5f2a81..14537ff 100644
--- a/arch/arm/mach-omap2/devices.c
+++ b/arch/arm/mach-omap2/devices.c
@@ -61,7 +61,7 @@ static struct resource omap3_mbox_resources[] = {
};
static struct platform_device mbox_device = {
- .name = "mailbox",
+ .name = "omap2-mailbox",
.id = -1,
};