Skip to content

Commit

Permalink
mmc: wbsd: Remove driver version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pierre Ossman committed Feb 9, 2007
1 parent 5986a2e commit 1615cc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/mmc/wbsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include "wbsd.h"

#define DRIVER_NAME "wbsd"
#define DRIVER_VERSION "1.6"

#define DBG(x...) \
pr_debug(DRIVER_NAME ": " x)
Expand Down Expand Up @@ -2101,8 +2100,7 @@ static int __init wbsd_drv_init(void)
int result;

printk(KERN_INFO DRIVER_NAME
": Winbond W83L51xD SD/MMC card interface driver, "
DRIVER_VERSION "\n");
": Winbond W83L51xD SD/MMC card interface driver\n");
printk(KERN_INFO DRIVER_NAME ": Copyright(c) Pierre Ossman\n");

#ifdef CONFIG_PNP
Expand Down Expand Up @@ -2166,7 +2164,6 @@ 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);

#ifdef CONFIG_PNP
MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)");
Expand Down

0 comments on commit 1615cc2

Please sign in to comment.