summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-12-17 18:37:28 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-12-17 18:37:28 +0100
commit67c7efad9a64e9d58a6259332c344ab433f706eb (patch)
tree70f42c8e9bbc36c305eaa5bda19b98c07bce39c8 /sound/soc/codecs/tlv320aic3x.c
parentASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux type (diff)
parentMerge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lr... (diff)
downloadlinux-67c7efad9a64e9d58a6259332c344ab433f706eb.tar.xz
linux-67c7efad9a64e9d58a6259332c344ab433f706eb.zip
Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.38
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-rw-r--r--sound/soc/codecs/tlv320aic3x.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 899af41787c1..3bedab26892f 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -1545,21 +1545,6 @@ static struct i2c_driver aic3x_i2c_driver = {
.remove = aic3x_i2c_remove,
.id_table = aic3x_i2c_id,
};
-
-static inline void aic3x_i2c_init(void)
-{
- int ret;
-
- ret = i2c_add_driver(&aic3x_i2c_driver);
- if (ret)
- printk(KERN_ERR "%s: error regsitering i2c driver, %d\n",
- __func__, ret);
-}
-
-static inline void aic3x_i2c_exit(void)
-{
- i2c_del_driver(&aic3x_i2c_driver);
-}
#endif
static int __init aic3x_modinit(void)