Commit d17aa390 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: compile time fix for previous kaweth patch.

parent 5f680f7a
...@@ -464,7 +464,7 @@ static int kaweth_reset(struct kaweth_device *kaweth) ...@@ -464,7 +464,7 @@ static int kaweth_reset(struct kaweth_device *kaweth)
} }
static void kaweth_usb_receive(struct urb *); 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 int_callback
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment