]> 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)
commit683333a26c5d0fb80878887bf0776be67b8fda05
tree28b10683ed91509ec01f1919b1224500462b3f13
parente8709a258a46db9f77cebdb423426b5b79c5a2f5
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