Index: driver/ivtv-driver.c
===================================================================
--- driver/ivtv-driver.c	(revision 3885)
+++ driver/ivtv-driver.c	(working copy)
@@ -1156,7 +1156,7 @@
 
 	/* Register IRQ */
 	retval = request_irq(itv->dev->irq, ivtv_irq_handler,
-			     SA_SHIRQ | SA_INTERRUPT, itv->name, (void *)itv);
+			     IRQF_SHARED | IRQF_DISABLED, itv->name, (void *)itv);
 	if (retval) {
 		IVTV_ERR("Failed to register irq %d\n", retval);
 		goto free_streams;
