commit | 52fbc7796a6936dac4189f7ebda7ae7c2c813ad2 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun May 05 01:07:49 2013 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Wed May 08 14:00:19 2013 -0400 |
tree | b10682fadcd1bc4c87bdd6210c97e9ca17255272 | |
parent | c539914dcd9a68c63305e055b14115a6a19578a8 [diff] |
rtc: rtc-tile: add missing platform_device_unregister() when module exit We have registered platform device when module init, and need unregister it when module exit. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>