aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r--arch/arm/mach-omap1/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c
index 314fea3074b5..16e43e52ce2f 100644
--- a/arch/arm/mach-omap1/devices.c
+++ b/arch/arm/mach-omap1/devices.c
@@ -87,7 +87,7 @@ static struct resource mbox_resources[] = {
87}; 87};
88 88
89static struct platform_device mbox_device = { 89static struct platform_device mbox_device = {
90 .name = "omap1-mailbox", 90 .name = "omap-mailbox",
91 .id = -1, 91 .id = -1,
92 .num_resources = ARRAY_SIZE(mbox_resources), 92 .num_resources = ARRAY_SIZE(mbox_resources),
93 .resource = mbox_resources, 93 .resource = mbox_resources,