aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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