From: Sachin Kamat Date: Wed, 8 May 2013 11:05:10 +0000 (+0530) Subject: regulator: dbx500: Make local symbol static X-Git-Tag: v3.10-rc5~32^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d75095a533aa3bbad652369ffde4c129781b8ec;p=pandora-kernel.git regulator: dbx500: Make local symbol static power_state_active_get is used only in this file. Make it static. While at it also move this function definition inside the CONFIG_REGULATOR_DEBUG macro as it is called only from within it. This also avoids further build warning related to unused definition. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- Reading git-diff-tree failed