]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit...
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 5 Oct 2011 00:43:43 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:54 +0000 (17:49 +1100)
commit2bdce7640f261bb2aa0a9194f5559d7e8d84afd7
treeac01e02019feaee9339b880fa58ddf95696fb264
parentd7177799de39758a8b8d3a28afae5b068dbfbfe3
drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit.text

The driver is added using platform_driver_probe(), so the callbacks can be
discarded more aggessively.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-mc13xxx.c