ASoC: lm4857: Use module_i2c_driver
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 Aug 2012 11:55:49 +0000 (17:25 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Aug 2012 14:20:33 +0000 (15:20 +0100)
commitf6ec139f2dc5380c542fa3100dbe1c73324be432
treec2289733c41dc80834fe0181b6549695999cec66
parent0ecbbb4fe5f0aae4cd70ec02383fd6b96aedb052
ASoC: lm4857: Use module_i2c_driver

module_i2c_driver makes the code simpler by eliminating module_init
and module_exit calls.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/lm4857.c