sh: Fix section mismatch in platform bus notifier.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 18 Aug 2009 01:41:06 +0000 (10:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 23 Aug 2009 09:03:20 +0000 (18:03 +0900)
commita62926fe4b76d539b77ee53197040153d43916f6
treeb407f9239e02fffdd4f4fac274fe55ecf187603d
parentaf76756e6e8c268c684865d29b897a470de1f097
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>
arch/sh/kernel/cpu/shmobile/pm_runtime.c