diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2006-06-30 05:22:32 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-07-02 11:55:00 -0400 |
commit | 2c5f394025df6e54a9c09afda03855f3877b9afa (patch) | |
tree | f2b22f931f07da1f886cf3d1d69177da3351a6f0 /drivers/mmc/sdhci.c | |
parent | df673b227ce08a7706b30fd2bf6512393d9c3c29 (diff) |
[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/mmc/sdhci.c')
-rw-r--r-- | drivers/mmc/sdhci.c | 2 |
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 @@ | |||
21 | #include "sdhci.h" | 21 | #include "sdhci.h" |
22 | 22 | ||
23 | #define DRIVER_NAME "sdhci" | 23 | #define DRIVER_NAME "sdhci" |
24 | #define DRIVER_VERSION "0.11" | 24 | #define DRIVER_VERSION "0.12" |
25 | 25 | ||
26 | #define BUGMAIL "<sdhci-devel@list.drzeus.cx>" | 26 | #define BUGMAIL "<sdhci-devel@list.drzeus.cx>" |
27 | 27 | ||