summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/meye.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/meye.c')
-rw-r--r--linux/drivers/media/video/meye.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/meye.c b/linux/drivers/media/video/meye.c
index 1265de39e..2ee2d9fd0 100644
--- a/linux/drivers/media/video/meye.c
+++ b/linux/drivers/media/video/meye.c
@@ -787,7 +787,11 @@ static void mchip_cont_compression_start(void)
/* Interrupt handling */
/****************************************************************************/
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
static irqreturn_t meye_irq(int irq, void *dev_id, struct pt_regs *regs)
+#else
+static irqreturn_t meye_irq(int irq, void *dev_id)
+#endif
{
u32 v;
int reqnr;