commit | afdce3014002968fe5c3d97d36b71583337c5f06 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Wed Jul 03 15:06:47 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 03 16:07:53 2013 -0700 |
tree | 35356ea56584ccd12e1950301ba35f9ced3f5315 | |
parent | d43fcab6b29b818a627501b21628967b5396b1f9 [diff] |
drivers/rtc/rtc-tile.c: remove empty function After the switch to devm_ functions and the removal of rtc_device_unregister(), the 'remove' function does not do anything. Delete it. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>