aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2005-11-09 18:21:49 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-11-09 18:21:49 -0500
commitde1d09e3e2ac576ee1e257b7d141c3cae4ce5fa9 (patch)
tree447e01adddbf9dcb6c7e9dd17436d83e4954d1a9 /drivers/mmc
parent93968d7551f1ff1806f70cdacf1bd997ef30836e (diff)
[MMC] Add MODULE_AUTHOR to wbsd
'cause I'm in it for the chicks. ;) Signed-off-by: Pierre Ossman <drzeus@drzeus.cx> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/wbsd.c1
1 files changed, 1 insertions, 0 deletions
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);
2127module_param(dma, int, 0444); 2127module_param(dma, int, 0444);
2128 2128
2129MODULE_LICENSE("GPL"); 2129MODULE_LICENSE("GPL");
2130MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>");
2130MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver"); 2131MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver");
2131MODULE_VERSION(DRIVER_VERSION); 2132MODULE_VERSION(DRIVER_VERSION);
2132 2133