regulator/lp3971: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Wed, 23 Dec 2009 13:13:17 +0000 (14:13 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 3 Mar 2010 14:49:22 +0000 (14:49 +0000)
commit6faa7e0a4bb1215fb0a0093a0d426a72599e5982
tree243cbcf945aa72845aff1c11023ca550ea51dab6
parent1bd588fd9d2611d2573066f49477fb5be2aa13de
regulator/lp3971: Storage class should be before const qualifier

The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/lp3971.c