regulator: lp3971: Convert to module_i2c_driver()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Apr 2012 22:33:10 +0000 (23:33 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Apr 2012 10:39:17 +0000 (11:39 +0100)
commit5af34e60dc6d1943ade104bca0b289486b39bc4a
treed1f9707b7efbb7f8ceb1172c9787c48378d16a28
parent8df8d8a03865b468318302ba9410aad92e94aaa6
regulator: lp3971: Convert to module_i2c_driver()

Unusual to see a regulator driver not using subsys_initcall() but with
the probe deferral support should be becoming more and more viable.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/lp3971.c