rtc: mc13xxx: remove __exit_p()
authorAlexander Shiyan <[email protected]>
Thu, 3 Apr 2014 21:49:56 +0000 (14:49 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:21:20 +0000 (16:21 -0700)
commit77bf2ea8de78ce7dd842409a847b888e720f62d8
tree7557ff864cdf524b132e0f9d455f18c61403fd13
parent1d1945d261a2af4e1ddaf609308c30b83143c2da
rtc: mc13xxx: remove __exit_p()

Since we no longer allow building without hotplug, the
mc13xxx_rtc_remove() function is always present and we should not use
__exit_p() to refer to it.

Signed-off-by: Alexander Shiyan <[email protected]>
Cc: Uwe Kleine-König <[email protected]>
Cc: Sascha Hauer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/rtc/rtc-mc13xxx.c