Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364337
b: refs/heads/master
c: 8244ac0
h: refs/heads/master
i:
  364335: 86c871f
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 6300298 commit a588bdc
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: 07cd29d76532acc6a9148074c3915c02cdd709d9
refs/heads/master: 8244ac043c5334012006d542d1cd5c1e3fe2f32a
13 changes: 1 addition & 12 deletions trunk/drivers/usb/misc/usb3503.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,18 +307,7 @@ static struct i2c_driver usb3503_driver = {
.id_table = usb3503_id,
};

static int __init usb3503_init(void)
{
return i2c_add_driver(&usb3503_driver);
}

static void __exit usb3503_exit(void)
{
i2c_del_driver(&usb3503_driver);
}

module_init(usb3503_init);
module_exit(usb3503_exit);
module_i2c_driver(usb3503_driver);

MODULE_AUTHOR("Dongjin Kim <tobetter@gmail.com>");
MODULE_DESCRIPTION("USB3503 USB HUB driver");
Expand Down

0 comments on commit a588bdc

Please sign in to comment.