summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/arv.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/arv.c')
-rw-r--r--linux/drivers/media/video/arv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/arv.c b/linux/drivers/media/video/arv.c
index 3be35eb39..11302b1d1 100644
--- a/linux/drivers/media/video/arv.c
+++ b/linux/drivers/media/video/arv.c
@@ -550,7 +550,11 @@ static int ar_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
/*
* Interrupt handler
*/
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
static void ar_interrupt(int irq, void *dev, struct pt_regs *regs)
+#else
+static void ar_interrupt(int irq, void *dev)
+#endif
{
struct ar_device *ar = dev;
unsigned int line_count;