commit | a62926fe4b76d539b77ee53197040153d43916f6 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Aug 18 10:41:06 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sun Aug 23 18:03:20 2009 +0900 |
tree | b407f9239e02fffdd4f4fac274fe55ecf187603d | |
parent | af76756e6e8c268c684865d29b897a470de1f097 [diff] |
sh: Fix section mismatch in platform bus notifier. 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>