diff options
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r-- | arch/arm/mach-omap1/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index ba5d7c08dc17..bbbaeb0abcd3 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c | |||
@@ -86,7 +86,7 @@ static struct resource mbox_resources[] = { | |||
86 | }; | 86 | }; |
87 | 87 | ||
88 | static struct platform_device mbox_device = { | 88 | static struct platform_device mbox_device = { |
89 | .name = "mailbox", | 89 | .name = "omap1-mailbox", |
90 | .id = -1, | 90 | .id = -1, |
91 | .num_resources = ARRAY_SIZE(mbox_resources), | 91 | .num_resources = ARRAY_SIZE(mbox_resources), |
92 | .resource = mbox_resources, | 92 | .resource = mbox_resources, |