aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tpa6130a2.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-12 09:13:00 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-12 09:13:00 -0500
commit735fe4cfbc3cedea41bd0ed31955054dae6beb46 (patch)
treec9386395fe625bb364858479baee88061e9d3be5 /sound/soc/codecs/tpa6130a2.c
parent03e7a35c0ef7a462385fb6a301dfc1b287cac6de (diff)
ASoC: Add missing __devexit and __devinit annotations
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/tpa6130a2.c')
-rw-r--r--sound/soc/codecs/tpa6130a2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/codecs/tpa6130a2.c b/sound/soc/codecs/tpa6130a2.c
index 8b27281e62a1..958d49c969ac 100644
--- a/sound/soc/codecs/tpa6130a2.c
+++ b/sound/soc/codecs/tpa6130a2.c
@@ -379,8 +379,8 @@ int tpa6130a2_add_controls(struct snd_soc_codec *codec)
379} 379}
380EXPORT_SYMBOL_GPL(tpa6130a2_add_controls); 380EXPORT_SYMBOL_GPL(tpa6130a2_add_controls);
381 381
382static int tpa6130a2_probe(struct i2c_client *client, 382static int __devinit tpa6130a2_probe(struct i2c_client *client,
383 const struct i2c_device_id *id) 383 const struct i2c_device_id *id)
384{ 384{
385 struct device *dev; 385 struct device *dev;
386 struct tpa6130a2_data *data; 386 struct tpa6130a2_data *data;
@@ -479,7 +479,7 @@ err_gpio:
479 return ret; 479 return ret;
480} 480}
481 481
482static int tpa6130a2_remove(struct i2c_client *client) 482static int __devexit tpa6130a2_remove(struct i2c_client *client)
483{ 483{
484 struct tpa6130a2_data *data = i2c_get_clientdata(client); 484 struct tpa6130a2_data *data = i2c_get_clientdata(client);
485 485