diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-09-11 03:32:42 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-09-11 03:32:42 -0700 |
| commit | d17aa39035ae237d74a7d5f170f8dd1ebb0cbe5c (patch) | |
| tree | 71d6feb255d9f76caa3d394ef5f860335ea15d39 | |
| parent | 5f680f7a03a90aea7661cae66fa28baaa0c14442 (diff) | |
USB: compile time fix for previous kaweth patch.
| -rw-r--r-- | drivers/usb/net/kaweth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c index 801fbe6298fc..78962c334201 100644 --- a/drivers/usb/net/kaweth.c +++ b/drivers/usb/net/kaweth.c @@ -464,7 +464,7 @@ static int kaweth_reset(struct kaweth_device *kaweth) } static void kaweth_usb_receive(struct urb *); -static void kaweth_resubmit_rx_urb(struct kaweth_device *, int); +static int kaweth_resubmit_rx_urb(struct kaweth_device *, int); /**************************************************************** int_callback |
