diff options
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index d5f2a8118df3..14537ffd8af3 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[] = { | |||
61 | }; | 61 | }; |
62 | 62 | ||
63 | static struct platform_device mbox_device = { | 63 | static struct platform_device mbox_device = { |
64 | .name = "mailbox", | 64 | .name = "omap2-mailbox", |
65 | .id = -1, | 65 | .id = -1, |
66 | }; | 66 | }; |
67 | 67 | ||