commit | d3ed534cca703b2aaeee9277a5b8063ae6eab1d1 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Sun Aug 24 19:36:29 2014 -0500 |
committer | Sebastian Reichel <sre@kernel.org> | Sat Sep 06 20:59:07 2014 +0200 |
tree | d42c40aebb687ab9aeda94d1162921f68bb0a805 | |
parent | 4495b0adfb65a8eb9a5255b831f2160b6e583f3d [diff] |
power/reset: xgene-reset: Fix prototype of xgene_restart() The xgene-reset driver uses xgene_restart() as arm_pm_restart() but that function should take an enum reset_type as the first argument rather than a char. Fix this; the paramter is not referenced in the implementation. Signed-off-by: Mark Brown <broonie@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org>