ASoC: wm8991: Use module_i2c_driver
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 Aug 2012 11:55:40 +0000 (17:25 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Aug 2012 14:20:32 +0000 (15:20 +0100)
commit38ece8db99e1c7954608a6452bbe8b331d269ad6
tree36b5c5de543446049d7c3226dc12d1d36c4e06c6
parent96124c2910a5317b5ea9fbfd9e07b135fdc1dd28
ASoC: wm8991: 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/wm8991.c