diff options
Diffstat (limited to 'drivers/rtc/class.c')
| -rw-r--r-- | drivers/rtc/class.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/class.c b/drivers/rtc/class.c index f8a0aab218c..5143629dedb 100644 --- a/drivers/rtc/class.c +++ b/drivers/rtc/class.c @@ -244,7 +244,6 @@ void rtc_device_unregister(struct rtc_device *rtc)  		rtc_proc_del_device(rtc);  		device_unregister(&rtc->dev);  		rtc->ops = NULL; -		ida_simple_remove(&rtc_ida, rtc->id);  		mutex_unlock(&rtc->ops_lock);  		put_device(&rtc->dev);  	}  |