diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2010-05-05 11:33:07 -0400 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2010-08-04 08:50:16 -0400 |
commit | f375325a040d03e2c620394ebc8bcaf0bdba01da (patch) | |
tree | f9c948300febe1b90420145e64e22de4e6f6d28d /arch/arm | |
parent | 10d1a0028dc4549bd8e887641cc283f5f184f819 (diff) |
omap: mailbox cleanup: split MODULE_AUTHOR line
use multiple MODULE_AUTHOR lines for multiple authors
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/mailbox.c | 3 | ||||
-rw-r--r-- | arch/arm/plat-omap/mailbox.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c index 318f3638653c..763272cb7917 100644 --- a/arch/arm/mach-omap2/mailbox.c +++ b/arch/arm/mach-omap2/mailbox.c | |||
@@ -486,5 +486,6 @@ module_exit(omap2_mbox_exit); | |||
486 | 486 | ||
487 | MODULE_LICENSE("GPL v2"); | 487 | MODULE_LICENSE("GPL v2"); |
488 | MODULE_DESCRIPTION("omap mailbox: omap2/3/4 architecture specific functions"); | 488 | MODULE_DESCRIPTION("omap mailbox: omap2/3/4 architecture specific functions"); |
489 | MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>, Paul Mundt"); | 489 | MODULE_AUTHOR("Hiroshi DOYU <Hiroshi.DOYU@nokia.com>"); |
490 | MODULE_AUTHOR("Paul Mundt"); | ||
490 | MODULE_ALIAS("platform:"DRV_NAME); | 491 | MODULE_ALIAS("platform:"DRV_NAME); |
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index fafe47bf2f55..66c6e87fa3ec 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c | |||
@@ -430,4 +430,5 @@ module_exit(omap_mbox_exit); | |||
430 | 430 | ||
431 | MODULE_LICENSE("GPL v2"); | 431 | MODULE_LICENSE("GPL v2"); |
432 | MODULE_DESCRIPTION("omap mailbox: interrupt driven messaging"); | 432 | MODULE_DESCRIPTION("omap mailbox: interrupt driven messaging"); |
433 | MODULE_AUTHOR("Toshihiro Kobayashi and Hiroshi DOYU"); | 433 | MODULE_AUTHOR("Toshihiro Kobayashi"); |
434 | MODULE_AUTHOR("Hiroshi DOYU"); | ||