ASoC: max9850: Use module_i2c_driver
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 Aug 2012 11:55:46 +0000 (17:25 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Aug 2012 14:20:33 +0000 (15:20 +0100)
commit4abdc8c8fd25fa2f85d86babcbdb4fbbf759c86a
treef44d6b171b65e86478cee221c2ddf7757e18f942
parentbeb22de07e87a2f6802cc0e916b2f5c6aeb3f59f
ASoC: max9850: 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/max9850.c