regulator: core: Remove unused get_device_regulator
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 27 Jun 2012 13:40:28 +0000 (10:40 -0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 27 Jun 2012 14:04:03 +0000 (15:04 +0100)
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 <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found