Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293130
b: refs/heads/master
c: 98654d3
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Takashi Iwai committed Jan 27, 2012
1 parent d9c407e commit b62f9b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 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: 8a3e53732c5695669bfb9e23ae7dfd8504a37256
refs/heads/master: 98654d3fa2e6983378e3510131c5c45be97c4906
13 changes: 1 addition & 12 deletions trunk/sound/aoa/codecs/onyx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1132,15 +1132,4 @@ static struct i2c_driver onyx_driver = {
.id_table = onyx_i2c_id,
};

static int __init onyx_init(void)
{
return i2c_add_driver(&onyx_driver);
}

static void __exit onyx_exit(void)
{
i2c_del_driver(&onyx_driver);
}

module_init(onyx_init);
module_exit(onyx_exit);
module_i2c_driver(onyx_driver);
13 changes: 1 addition & 12 deletions trunk/sound/aoa/codecs/tas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1026,15 +1026,4 @@ static struct i2c_driver tas_driver = {
.id_table = tas_i2c_id,
};

static int __init tas_init(void)
{
return i2c_add_driver(&tas_driver);
}

static void __exit tas_exit(void)
{
i2c_del_driver(&tas_driver);
}

module_init(tas_init);
module_exit(tas_exit);
module_i2c_driver(tas_driver);

0 comments on commit b62f9b6

Please sign in to comment.