diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2010-06-11 19:51:48 +0400 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2010-08-04 16:50:19 +0400 |
commit | d742709ea4de70f4bf5e9b5171d37b92b5345ea3 (patch) | |
tree | f4c3f80bb19f8f586654a639e67c9ce0d36319a9 /arch/arm/mach-omap2/devices.c | |
parent | 14476bd9373ed76858eaeb038eff8790ba36030e (diff) | |
download | linux-d742709ea4de70f4bf5e9b5171d37b92b5345ea3.tar.xz |
omap: mailbox: standarize on 'omap-mailbox'
omap{1,2}-mailbox are modules that provide the 'omap-mailbox' driver.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
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.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 56e60139c39d..44902405fb63 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -209,7 +209,7 @@ static int omap4_mbox_resources_sz = ARRAY_SIZE(omap4_mbox_resources); #endif static struct platform_device mbox_device = { - .name = "omap2-mailbox", + .name = "omap-mailbox", .id = -1, }; |