Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230397
b: refs/heads/master
c: fbe609e
h: refs/heads/master
i:
  230395: 9b3cfac
v: v3
  • Loading branch information
Axel Lin authored and Liam Girdwood committed Dec 2, 2010
1 parent 77a532e commit 992f835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39646871a47fd8808c08de0ce7d7ca8393af2805
refs/heads/master: fbe609e41b48f2e7da7c053ca835ba1277d3bed2
15 changes: 0 additions & 15 deletions trunk/sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 992f835

Please sign in to comment.