commit | e26b926a561ba24bfeb8a15bfc848f97052a50f4 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Mar 06 18:51:33 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Mar 06 18:51:33 2009 +0900 |
tree | 47802bbc56f3e5792a71eba766d5a35fd3a36ffd | |
parent | f858abbecd0a3ec0ab3e3678612d626a0bd49686 [diff] [blame] |
rtc: rtc-sh: Bump version up to reflect single IRQ support changes. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/drivers/rtc/rtc-sh.c b/drivers/rtc/rtc-sh.c index b37f44b..aeff251 100644 --- a/drivers/rtc/rtc-sh.c +++ b/drivers/rtc/rtc-sh.c
@@ -28,7 +28,7 @@ #include <asm/rtc.h> #define DRV_NAME "sh-rtc" -#define DRV_VERSION "0.2.0" +#define DRV_VERSION "0.2.1" #define RTC_REG(r) ((r) * rtc_reg_size)