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.15-rc1~15^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=de1d09e3e2ac576ee1e257b7d141c3cae4ce5fa9;p=~emulex%2Finfiniband.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 46a084a529c..9d055812c72 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);