]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-max6902.c: remove empty function
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Jul 2013 22:07:27 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:57 +0000 (16:07 -0700)
commit7ac410c35bb886e07d1f9f085eb175a6c245064a
treed46e938f1e6aae4597cb961c6a6df901816e5795
parent9f58526db9804e2848f3c6053f9c460677a15e45
drivers/rtc/rtc-max6902.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>
drivers/rtc/rtc-max6902.c