commit | c1c8a92f7017519f343fa87a32e544c217d9d287 | [log] [tgz] |
---|---|---|
author | Li Zhong <zhong@linux.vnet.ibm.com> | Tue Aug 12 17:17:04 2014 +0800 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 09 19:02:46 2014 +1000 |
tree | 72d31a3e3cc4d6108e3ec2c5c8f99f4981ff4c0e | |
parent | 85101af13bb854a6572fa540df7c7201958624b9 [diff] |
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 <zhong@linux.vnet.ibm.com>