regulator: remove duplicate REG_CTRL2 defines in tps65023
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 20 Sep 2011 01:51:39 +0000 (18:51 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 9 Oct 2011 11:05:27 +0000 (12:05 +0100)
commite3efe6669bf9c3cbd955b5a2976c70d79e8fd745
tree9e99e9b654cb5887fe0aa3f055dff0fb0b175fed
parentc3035a232e87f42b81d8ece1980abd0a2f26d792
regulator: remove duplicate REG_CTRL2 defines in tps65023

There are two sets of defines for the REG_CTRL2 bitfields and one
of them has TPS65023_REG_CTRL2_DCDC1 defined incorrectly. Remove
the duplicates and leave the correct one for TPS65023_REG_CTRL2_DCDC1.

This fixes the following sparse warnings:

drivers/regulator/tps65023-regulator.c:77:9: warning: preprocessor token TPS65023_REG_CTRL2_DCDC1 redefined
drivers/regulator/tps65023-regulator.c:70:9: this was the original definition

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/tps65023-regulator.c