diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-06-09 19:09:52 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-09 23:58:39 +0400 |
commit | ce44beb7c0b12d33ce88b396aeaea0ba4ca1bbfc (patch) | |
tree | 93c8a3f7ae329b916c992fc09c0f19822d69bcab /drivers | |
parent | 978371cbabb4cb7a47751049d72f06dc8348cab2 (diff) | |
download | linux-ce44beb7c0b12d33ce88b396aeaea0ba4ca1bbfc.tar.xz |
regulator: 88pm800: remove duplicate PM800_BUCK3 define
The PM800_BUCK3 define is cut and pasted twice so we can remove the
second instance.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/88pm800.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/88pm800.c b/drivers/regulator/88pm800.c index 7a721d67e6ac..4e6c8c611905 100644 --- a/drivers/regulator/88pm800.c +++ b/drivers/regulator/88pm800.c @@ -52,7 +52,6 @@ #define PM800_BUCK1_3 (0x3F) #define PM800_BUCK2 (0x40) #define PM800_BUCK3 (0x41) -#define PM800_BUCK3 (0x41) #define PM800_BUCK4 (0x42) #define PM800_BUCK4_1 (0x43) #define PM800_BUCK4_2 (0x44) |