diff options
author | Pierre Ossman | 2005-07-11 14:19:35 +0200 |
---|---|---|
committer | Linus Torvalds | 2005-08-10 20:08:56 +0200 |
commit | 3462b925414a146d4c2252de97d20f89218d1ffb (patch) | |
tree | 69c56646fdcb3092cb064b9a7fa88a1ed3936789 /drivers/mmc | |
parent | [PATCH] ppc64: Fix Fan control for new PowerMac G5 2.7GHz machines (diff) | |
download | kernel-qcow2-linux-3462b925414a146d4c2252de97d20f89218d1ffb.tar.gz kernel-qcow2-linux-3462b925414a146d4c2252de97d20f89218d1ffb.tar.xz kernel-qcow2-linux-3462b925414a146d4c2252de97d20f89218d1ffb.zip |
[PATCH] wbsd version bump
Even though the changes are minor for the next release an increasing
version number simplifies my support issues.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/wbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 8b487ed1069c..974f2f36bdbe 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c @@ -42,7 +42,7 @@ #include "wbsd.h" #define DRIVER_NAME "wbsd" -#define DRIVER_VERSION "1.2" +#define DRIVER_VERSION "1.3" #ifdef CONFIG_MMC_DEBUG #define DBG(x...) \ |