diff options
Diffstat (limited to 'drivers/media/video/zoran_device.h')
-rw-r--r-- | drivers/media/video/zoran_device.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/zoran_device.h b/drivers/media/video/zoran_device.h index f19705cbdb39..37fa86a34083 100644 --- a/drivers/media/video/zoran_device.h +++ b/drivers/media/video/zoran_device.h | |||
@@ -64,9 +64,7 @@ extern int wait_grab_pending(struct zoran *zr); | |||
64 | /* interrupts */ | 64 | /* interrupts */ |
65 | extern void print_interrupts(struct zoran *zr); | 65 | extern void print_interrupts(struct zoran *zr); |
66 | extern void clear_interrupt_counters(struct zoran *zr); | 66 | extern void clear_interrupt_counters(struct zoran *zr); |
67 | extern irqreturn_t zoran_irq(int irq, | 67 | extern irqreturn_t zoran_irq(int irq, void *dev_id); |
68 | void *dev_id, | ||
69 | struct pt_regs *regs); | ||
70 | 68 | ||
71 | /* JPEG codec access */ | 69 | /* JPEG codec access */ |
72 | extern void jpeg_start(struct zoran *zr); | 70 | extern void jpeg_start(struct zoran *zr); |