Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336336
b: refs/heads/master
c: d835ca0
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Guenter Roeck committed Dec 5, 2012
1 parent 33cc4bd commit 3dece63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 0962e0f1a5634b63953db2c12edcff938f9d811d
refs/heads/master: d835ca0fd2d50d126530b55e3c5dfe1b9038e26b
13 changes: 1 addition & 12 deletions trunk/drivers/hwmon/ina2xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,19 +302,8 @@ static struct i2c_driver ina2xx_driver = {
.id_table = ina2xx_id,
};

static int __init ina2xx_init(void)
{
return i2c_add_driver(&ina2xx_driver);
}

static void __exit ina2xx_exit(void)
{
i2c_del_driver(&ina2xx_driver);
}
module_i2c_driver(ina2xx_driver);

MODULE_AUTHOR("Lothar Felten <l-felten@ti.com>");
MODULE_DESCRIPTION("ina2xx driver");
MODULE_LICENSE("GPL");

module_init(ina2xx_init);
module_exit(ina2xx_exit);

0 comments on commit 3dece63

Please sign in to comment.