drivers/rtc/rtc-isl12022.c: remove empty function
authorSachin Kamat <[email protected]>
Wed, 3 Jul 2013 22:07:22 +0000 (15:07 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 Jul 2013 23:07:56 +0000 (16:07 -0700)
commit2e5526fcd8762398fbef1eec3ae59849437f9765
treec80b861ae0f8be2b2180f229ff1acf5cc73f01d8
parent0814023b1c8b5f1f8ead68e0df161bcdedf83c1f
drivers/rtc/rtc-isl12022.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 <[email protected]>
Cc: Roman Fietze <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-isl12022.c