Commit 1615cc22 authored by Pierre Ossman's avatar Pierre Ossman

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: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 5986a2ec
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include "wbsd.h" #include "wbsd.h"
#define DRIVER_NAME "wbsd" #define DRIVER_NAME "wbsd"
#define DRIVER_VERSION "1.6"
#define DBG(x...) \ #define DBG(x...) \
pr_debug(DRIVER_NAME ": " x) pr_debug(DRIVER_NAME ": " x)
...@@ -2101,8 +2100,7 @@ static int __init wbsd_drv_init(void) ...@@ -2101,8 +2100,7 @@ static int __init wbsd_drv_init(void)
int result; int result;
printk(KERN_INFO DRIVER_NAME printk(KERN_INFO DRIVER_NAME
": Winbond W83L51xD SD/MMC card interface driver, " ": Winbond W83L51xD SD/MMC card interface driver\n");
DRIVER_VERSION "\n");
printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n"); printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n");
#ifdef CONFIG_PNP #ifdef CONFIG_PNP
...@@ -2166,7 +2164,6 @@ module_param(dma, int, 0444); ...@@ -2166,7 +2164,6 @@ module_param(dma, int, 0444);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>"); MODULE_AUTHOR("Pierre Ossman <drzeus@drzeus.cx>");
MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver"); MODULE_DESCRIPTION("Winbond W83L51xD SD/MMC card interface driver");
MODULE_VERSION(DRIVER_VERSION);
#ifdef CONFIG_PNP #ifdef CONFIG_PNP
MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)"); MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment