Merge branch 'master' into upstream-fixes
[sfrench/cifs-2.6.git] / drivers / media / video / pwc / pwc-if.c
index 53c4b5790d5c6dd8aa08bf132dee83c611f0ef27..c77b85cf3d8056a9a1d67534c064da9b2740138f 100644 (file)
@@ -682,7 +682,7 @@ static int pwc_rcv_short_packet(struct pwc_device *pdev, const struct pwc_frame_
 /* This gets called for the Isochronous pipe (video). This is done in
  * interrupt time, so it has to be fast, not crash, and not stall. Neat.
  */
-static void pwc_isoc_handler(struct urb *urb, struct pt_regs *regs)
+static void pwc_isoc_handler(struct urb *urb)
 {
        struct pwc_device *pdev;
        int i, fst, flen;