diff options
Diffstat (limited to 'arch/arm/mach-omap2/mailbox.c')
-rw-r--r-- | arch/arm/mach-omap2/mailbox.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c index 4c0c1124e8c8..62d5ffe90100 100644 --- a/arch/arm/mach-omap2/mailbox.c +++ b/arch/arm/mach-omap2/mailbox.c | |||
@@ -18,8 +18,6 @@ | |||
18 | #include <plat/mailbox.h> | 18 | #include <plat/mailbox.h> |
19 | #include <mach/irqs.h> | 19 | #include <mach/irqs.h> |
20 | 20 | ||
21 | #define DRV_NAME "omap2-mailbox" | ||
22 | |||
23 | #define MAILBOX_REVISION 0x000 | 21 | #define MAILBOX_REVISION 0x000 |
24 | #define MAILBOX_SYSCONFIG 0x010 | 22 | #define MAILBOX_SYSCONFIG 0x010 |
25 | #define MAILBOX_SYSSTATUS 0x014 | 23 | #define MAILBOX_SYSSTATUS 0x014 |
@@ -451,7 +449,7 @@ static struct platform_driver omap2_mbox_driver = { | |||
451 | .probe = omap2_mbox_probe, | 449 | .probe = omap2_mbox_probe, |
452 | .remove = __devexit_p(omap2_mbox_remove), | 450 | .remove = __devexit_p(omap2_mbox_remove), |
453 | .driver = { | 451 | .driver = { |
454 | .name = DRV_NAME, | 452 | .name = "omap-mailbox", |
455 | }, | 453 | }, |
456 | }; | 454 | }; |
457 | 455 | ||
@@ -472,4 +470,4 @@ MODULE_LICENSE("GPL v2"); | |||
472 | MODULE_DESCRIPTION("omap mailbox: omap2/3/4 architecture specific functions"); | 470 | MODULE_DESCRIPTION("omap mailbox: omap2/3/4 architecture specific functions"); |
473 | MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>"); | 471 | MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>"); |
474 | MODULE_AUTHOR("Paul Mundt"); | 472 | MODULE_AUTHOR("Paul Mundt"); |
475 | MODULE_ALIAS("platform:"DRV_NAME); | 473 | MODULE_ALIAS("platform:omap2-mailbox"); |