From: Pierre Ossman Date: Wed, 9 Nov 2005 23:21:49 +0000 (+0000) Subject: [MMC] Add MODULE_AUTHOR to wbsd X-Git-Tag: v2.6.16.28-rc1~2762^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=de1d09e3e2ac576ee1e257b7d141c3cae4ce5fa9;p=karo-tx-linux.git [MMC] Add MODULE_AUTHOR to wbsd 'cause I'm in it for the chicks. ;) Signed-off-by: Pierre Ossman Signed-off-by: Russell King --- diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 46a084a529ca..9d055812c723 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c @@ -2127,6 +2127,7 @@ module_param(irq, uint, 0444); module_param(dma, int, 0444); MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Pierre Ossman "); MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver"); MODULE_VERSION(DRIVER_VERSION);