[PATCH] v4l: (937) Included missing interrupt.h at saa7134-alsa.c
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 14 Nov 2005 00:07:51 +0000 (16:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 14 Nov 2005 02:14:18 +0000 (18:14 -0800)
Included missing interrupt.h at saa7134-alsa.c

Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/saa7134/saa7134-alsa.c

index 289d040..0025191 100644 (file)
@@ -31,6 +31,7 @@
 #include <sound/control.h>
 #include <sound/pcm.h>
 #include <sound/initval.h>
+#include <linux/interrupt.h>
 
 #include "saa7134.h"
 #include "saa7134-reg.h"