From: Fabio Estevam Date: Wed, 27 Jun 2012 13:40:28 +0000 (-0300) Subject: regulator: core: Remove unused get_device_regulator X-Git-Tag: v3.6-rc1~157^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2516cd020dbf80ed2f1750ac1f4b0da3549c91;p=pandora-kernel.git regulator: core: Remove unused get_device_regulator commit 222cc7b1 (regulator: core: Allow multiple requests of a single supply mapping) removed the usage of get_device_regulator(). Remove the function definition too amd get rid of the following warning: drivers/regulator/core.c:112:26: warning: 'get_device_regulator' defined but not used [-Wunused-function] Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed