From: Uwe Kleine-König Date: Wed, 2 Nov 2011 20:37:56 +0000 (-0700) Subject: drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit... X-Git-Tag: v3.2-rc1~82^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5cf8d1ac4ac3fa06d89345154ce20068aeb097;p=pandora-kernel.git 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 Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed