projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93968d7
)
[MMC] Add MODULE_AUTHOR to wbsd
author
Pierre Ossman
<drzeus@drzeus.cx>
Wed, 9 Nov 2005 23:21:49 +0000
(23:21 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 9 Nov 2005 23:21:49 +0000
(23:21 +0000)
'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>
drivers/mmc/wbsd.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/wbsd.c
b/drivers/mmc/wbsd.c
index 46a084a529ca65153700c0bbd7cdf1113060e1b4..9d055812c723eb31d4b420a2e02eeed8c5e41704 100644
(file)
--- 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 <drzeus@drzeus.cx>");
MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver");
MODULE_VERSION(DRIVER_VERSION);