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)
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