diff options
| author | Dave Airlie <airlied@redhat.com> | 2010-03-31 00:55:14 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2010-03-31 00:55:14 -0400 |
| commit | 3595be778d8cb887f0e0575ef0a0c1a094d120bb (patch) | |
| tree | 15671ed8bd3597d2efe13aa57b755c66014acb57 /drivers/rtc/class.c | |
| parent | c414a117c6094c3f86b533f97beaf45ef9075f03 (diff) | |
| parent | 220bf991b0366cc50a94feede3d7341fa5710ee4 (diff) | |
Merge branch 'v2.6.34-rc2' into drm-linus
Diffstat (limited to 'drivers/rtc/class.c')
| -rw-r--r-- | drivers/rtc/class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/class.c b/drivers/rtc/class.c index be5a6b73e601..40845c7e9322 100644 --- a/drivers/rtc/class.c +++ b/drivers/rtc/class.c | |||
| @@ -226,6 +226,7 @@ static void __exit rtc_exit(void) | |||
| 226 | { | 226 | { |
| 227 | rtc_dev_exit(); | 227 | rtc_dev_exit(); |
| 228 | class_destroy(rtc_class); | 228 | class_destroy(rtc_class); |
| 229 | idr_destroy(&rtc_idr); | ||
| 229 | } | 230 | } |
| 230 | 231 | ||
| 231 | subsys_initcall(rtc_init); | 232 | subsys_initcall(rtc_init); |
