diff options
Diffstat (limited to 'drivers/net/irda/stir4200.c')
-rw-r--r-- | drivers/net/irda/stir4200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/stir4200.c b/drivers/net/irda/stir4200.c index 12103c93f7ef..be8a66e702b0 100644 --- a/drivers/net/irda/stir4200.c +++ b/drivers/net/irda/stir4200.c | |||
@@ -804,7 +804,7 @@ static int stir_transmit_thread(void *arg) | |||
804 | * Wakes up every ms (usb round trip) with wrapped | 804 | * Wakes up every ms (usb round trip) with wrapped |
805 | * data. | 805 | * data. |
806 | */ | 806 | */ |
807 | static void stir_rcv_irq(struct urb *urb, struct pt_regs *regs) | 807 | static void stir_rcv_irq(struct urb *urb) |
808 | { | 808 | { |
809 | struct stir_cb *stir = urb->context; | 809 | struct stir_cb *stir = urb->context; |
810 | int err; | 810 | int err; |