From d3ed534cca703b2aaeee9277a5b8063ae6eab1d1 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sun, 24 Aug 2014 19:36:29 -0500 Subject: [PATCH] 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-format-patch failed