From: Paul Mundt Date: Tue, 18 Aug 2009 01:41:06 +0000 (+0900) Subject: sh: Fix section mismatch in platform bus notifier. X-Git-Tag: v2.6.32-rc1~640^2~35^2~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62926fe4b76d539b77ee53197040153d43916f6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed