regulator: Remove duplicate consts from ab3100
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 22 Oct 2009 15:31:34 +0000 (16:31 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Thu, 17 Dec 2009 10:27:25 +0000 (10:27 +0000)
commit9992ef40ff2e16559e49ff1ae63d133cb9849e8f
treeaeb9c93dd3662525daa5f2c5a094bdd452776f99
parent638f85c54f4fed0f8f1fbc23745a8f334112e892
regulator: Remove duplicate consts from ab3100

'static const int const' means the same thing as 'static const int'
and sparse complains about this.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/ab3100.c