IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
[powerpc.git] / drivers / media / video / pvrusb2 / pvrusb2-io.c
index 1e39376..70aa63e 100644 (file)
@@ -429,7 +429,7 @@ static void pvr2_stream_done(struct pvr2_stream *sp)
        } while (0); mutex_unlock(&sp->mutex);
 }
 
-static void buffer_complete(struct urb *urb, struct pt_regs *regs)
+static void buffer_complete(struct urb *urb)
 {
        struct pvr2_buffer *bp = urb->context;
        struct pvr2_stream *sp;