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:
af76756
)
sh: Fix section mismatch in platform bus notifier.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 18 Aug 2009 01:41:06 +0000
(10:41 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Sun, 23 Aug 2009 09:03:20 +0000
(18:03 +0900)
The runtime PM for SH-Mobile code had platform_bus_notify() as __devinit,
which is rather bogus. Kill off the annotation, which subsequently
silences the section mismatch warnings.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found