ARM: highbank: call highbank_pm_init from .init_machine
authorRob Herring <rob.herring@calxeda.com>
Mon, 17 Sep 2012 14:55:12 +0000 (09:55 -0500)
committerOlof Johansson <olof@lixom.net>
Fri, 21 Sep 2012 05:58:17 +0000 (22:58 -0700)
Being a module_init call, highbank_pm_init will cause problem with
multi-platform build running on other platforms.  Call it from
.init_machine instead.

Reported-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found