Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373181
b: refs/heads/master
c: 099bb95
h: refs/heads/master
i:
  373179: 8e1d14c
v: v3
  • Loading branch information
Sachin Kamat authored and Samuel Ortiz committed Apr 8, 2013
1 parent 51f6cff commit 49224ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 8b5fd8516cfdd187f35c45f5f818da94aa3b42e9
refs/heads/master: 099bb952b064aebd76b30ca25b51ff6440663195
12 changes: 1 addition & 11 deletions trunk/drivers/mfd/adp5520.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,17 +360,7 @@ static struct i2c_driver adp5520_driver = {
.id_table = adp5520_id,
};

static int __init adp5520_init(void)
{
return i2c_add_driver(&adp5520_driver);
}
module_init(adp5520_init);

static void __exit adp5520_exit(void)
{
i2c_del_driver(&adp5520_driver);
}
module_exit(adp5520_exit);
module_i2c_driver(adp5520_driver);

MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_DESCRIPTION("ADP5520(01) PMIC-MFD Driver");
Expand Down

0 comments on commit 49224ce

Please sign in to comment.