]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-rx4581.c: remove empty function
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:07:37 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:58 +0000 (16:07 -0700)
commit726a125db0fe63ed23e4b04d2ed68e6eae9054b0
tree28b10683ed91509ec01f1919b1224500462b3f13
parentf296d6e62a2779c4408a6a2d33f78487eaebb0c1
drivers/rtc/rtc-rx4581.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>
Cc: Torben Hohn <torbenh@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-rx4581.c