* [PATCH] [MMC] Add MODULE_AUTHOR to wbsd
@ 2005-11-07 7:05 Pierre Ossman
2005-11-09 23:34 ` Russell King
0 siblings, 1 reply; 2+ messages in thread
From: Pierre Ossman @ 2005-11-07 7:05 UTC (permalink / raw)
To: rmk+lkml; +Cc: Pierre Ossman, linux-kernel
'cause I'm in it for the chicks. ;)
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
---
drivers/mmc/wbsd.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c
--- a/drivers/mmc/wbsd.c
+++ b/drivers/mmc/wbsd.c
@@ -2198,6 +2198,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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-09 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-07 7:05 [PATCH] [MMC] Add MODULE_AUTHOR to wbsd Pierre Ossman
2005-11-09 23:34 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome