git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fcb81
)
drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and .exit...
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Wed, 2 Nov 2011 20:37:56 +0000
(13:37 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 2 Nov 2011 23:06:58 +0000
(16:06 -0700)
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found