Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127233
b: refs/heads/master
c: 5e5b0e5
h: refs/heads/master
i:
  127231: 9a423d9
v: v3
  • Loading branch information
Qinghuang Feng authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 09b241a commit 7e95301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1c53e6cb80ae0442c5ee02ae29b1dec3d96a497e
refs/heads/master: 5e5b0e5d6a354f6f457368149eb2e9a61e5576cf
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/ipw.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static struct usb_serial_driver ipw_device = {



static int usb_ipw_init(void)
static int __init usb_ipw_init(void)
{
int retval;

Expand All @@ -490,7 +490,7 @@ static int usb_ipw_init(void)
return 0;
}

static void usb_ipw_exit(void)
static void __exit usb_ipw_exit(void)
{
usb_deregister(&usb_ipw_driver);
usb_serial_deregister(&ipw_device);
Expand Down

0 comments on commit 7e95301

Please sign in to comment.