aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/devices.c
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2010-06-11 11:51:48 -0400
committerHiroshi DOYU <Hiroshi.DOYU@nokia.com>2010-08-04 08:50:19 -0400
commitd742709ea4de70f4bf5e9b5171d37b92b5345ea3 (patch)
treef4c3f80bb19f8f586654a639e67c9ce0d36319a9 /arch/arm/mach-omap2/devices.c
parent14476bd9373ed76858eaeb038eff8790ba36030e (diff)
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.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 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);
209#endif 209#endif
210 210
211static struct platform_device mbox_device = { 211static struct platform_device mbox_device = {
212 .name = "omap2-mailbox", 212 .name = "omap-mailbox",
213 .id = -1, 213 .id = -1,
214}; 214};
215 215