aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2006-06-30 02:22:32 -0700
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-07-02 16:55:00 +0100
commit2c5f394025df6e54a9c09afda03855f3877b9afa (patch)
treef2b22f931f07da1f886cf3d1d69177da3351a6f0 /drivers
parent[MMC] sdhci: support controller specific quirks (diff)
downloadlinux-dev-2c5f394025df6e54a9c09afda03855f3877b9afa.tar.xz
linux-dev-2c5f394025df6e54a9c09afda03855f3877b9afa.zip
[MMC] sdhci: version bump sdhci
New version number for sdhci driver. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
index 27f81e614198..e192f3c9a437 100644
--- a/drivers/mmc/sdhci.c
+++ b/drivers/mmc/sdhci.c
@@ -21,7 +21,7 @@
#include "sdhci.h"
#define DRIVER_NAME "sdhci"
-#define DRIVER_VERSION "0.11"
+#define DRIVER_VERSION "0.12"
#define BUGMAIL "<sdhci-devel@list.drzeus.cx>"