diff mbox

[-next] media: fix em28xx build, needs interrupt.h

Message ID 20101207103815.26054c38.randy.dunlap@oracle.com (mailing list archive)
State Accepted
Headers show

Commit Message

Randy Dunlap Dec. 7, 2010, 6:38 p.m. UTC
None
diff mbox

Patch

--- linux-next-20101207.orig/drivers/media/video/em28xx/em28xx-vbi.c
+++ linux-next-20101207/drivers/media/video/em28xx/em28xx-vbi.c
@@ -24,6 +24,7 @@ 
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/init.h>
+#include <linux/interrupt.h>
 
 #include "em28xx.h"