From: Mark Brown Date: Mon, 25 Aug 2014 00:36:29 +0000 (-0500) Subject: power/reset: xgene-reset: Fix prototype of xgene_restart() X-Git-Tag: omap-for-v3.19/prcm-cleanup~67^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ed534cca703b2aaeee9277a5b8063ae6eab1d1;p=pandora-kernel.git 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 Signed-off-by: Sebastian Reichel --- Reading git-diff-tree failed