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/plat-omap | |
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/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/mailbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
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"); | ||