OSDN Git Service

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