ASoC: wm8961: Use module_i2c_driver
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 Aug 2012 11:55:56 +0000 (17:25 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Aug 2012 14:20:34 +0000 (15:20 +0100)
commit8b08eb28c761aea8434e0228a0f080e31e16d791
treeb97d495330085483b1d7dee1f30d4a9c57048f5b
parent794836b959e95b4e4705e11e7bdf2a688c72e2f7
ASoC: wm8961: 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/wm8961.c