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:
2bfc96a
)
ARM: pxa: remove __init from cpufreq_driver->init()
author
Eric Miao
<eric.y.miao@gmail.com>
Wed, 18 Aug 2010 03:51:13 +0000
(11:51 +0800)
committer
Eric Miao
<eric.y.miao@gmail.com>
Mon, 30 Aug 2010 01:59:43 +0000
(09:59 +0800)
This is causing section mismatches when linking, as cpufreq_driver->init()
is not supposed to be in init section.
Reported-by: Tomáš 'Sleep_Walker' Čech <sleep_walker@suse.cz>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
No differences found