diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-09 02:19:07 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-02-09 02:19:07 -0500 |
commit | 1615cc224e5d822c91bf0b8128f54680c6e92d2f (patch) | |
tree | da651c11e6c5942d4853856ab26fb615b53daeed /drivers/mmc/wbsd.c | |
parent | 5986a2ec35836a878350c54af4bd91b1de6abc59 (diff) |
mmc: wbsd: Remove driver version
The driver version was only really meaningful when it was an
out-of-tree driver. Now we can use the version of the kernel.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/wbsd.c')
-rw-r--r-- | drivers/mmc/wbsd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index a44d8777ab9f..2d323af20025 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c | |||
@@ -42,7 +42,6 @@ | |||
42 | #include "wbsd.h" | 42 | #include "wbsd.h" |
43 | 43 | ||
44 | #define DRIVER_NAME "wbsd" | 44 | #define DRIVER_NAME "wbsd" |
45 | #define DRIVER_VERSION "1.6" | ||
46 | 45 | ||
47 | #define DBG(x...) \ | 46 | #define DBG(x...) \ |
48 | pr_debug(DRIVER_NAME ": " x) | 47 | pr_debug(DRIVER_NAME ": " x) |
@@ -2101,8 +2100,7 @@ static int __init wbsd_drv_init(void) | |||
2101 | int result; | 2100 | int result; |
2102 | 2101 | ||
2103 | printk(KERN_INFO DRIVER_NAME | 2102 | printk(KERN_INFO DRIVER_NAME |
2104 | ": Winbond W83L51xD SD/MMC card interface driver, " | 2103 | ": Winbond W83L51xD SD/MMC card interface driver\n"); |
2105 | DRIVER_VERSION "\n"); | ||
2106 | printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n"); | 2104 | printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n"); |
2107 | 2105 | ||
2108 | #ifdef CONFIG_PNP | 2106 | #ifdef CONFIG_PNP |
@@ -2166,7 +2164,6 @@ module_param(dma, int, 0444); | |||
2166 | MODULE_LICENSE("GPL"); | 2164 | MODULE_LICENSE("GPL"); |
2167 | MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>"); | 2165 | MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>"); |
2168 | MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver"); | 2166 | MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver"); |
2169 | MODULE_VERSION(DRIVER_VERSION); | ||
2170 | 2167 | ||
2171 | #ifdef CONFIG_PNP | 2168 | #ifdef CONFIG_PNP |
2172 | MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)"); | 2169 | MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)"); |