From: Li Zhong Date: Tue, 12 Aug 2014 09:17:04 +0000 (+0800) Subject: powerpc: use machine_subsys_initcall() for opal_hmi_handler_init() X-Git-Tag: fixes-for-v3.18-merge-window~147^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c8a92f7017519f343fa87a32e544c217d9d287;p=pandora-kernel.git powerpc: use machine_subsys_initcall() for opal_hmi_handler_init() As opal_message_init() uses machine_early_initcall(powernv, ), and opal_hmi_handler_init() depends on that early initcall, so it also needs use machine_* to check the machine_id. Signed-off-by: Li Zhong --- Reading git-diff-tree failed