Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314517
b: refs/heads/master
c: 677a3d6
h: refs/heads/master
i:
  314515: 11d1b5f
v: v3
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Jun 19, 2012
1 parent 9f38e6d commit 7a5562d
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: a40345b5b4a09ff8539aaafeb2c612db6d0b4d1b
refs/heads/master: 677a3d60fb3153f786a0d28fcf0287670e7bd3c2
12 changes: 1 addition & 11 deletions trunk/drivers/net/usb/qmi_wwan.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,17 +593,7 @@ static struct usb_driver qmi_wwan_driver = {
.disable_hub_initiated_lpm = 1,
};

static int __init qmi_wwan_init(void)
{
return usb_register(&qmi_wwan_driver);
}
module_init(qmi_wwan_init);

static void __exit qmi_wwan_exit(void)
{
usb_deregister(&qmi_wwan_driver);
}
module_exit(qmi_wwan_exit);
module_usb_driver(qmi_wwan_driver);

MODULE_AUTHOR("Bjørn Mork <bjorn@mork.no>");
MODULE_DESCRIPTION("Qualcomm MSM Interface (QMI) WWAN driver");
Expand Down

0 comments on commit 7a5562d

Please sign in to comment.