Browse Source

[PATCH] v4l: (937) Included missing interrupt.h at saa7134-alsa.c

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>
Nickolay V. Shmyrev 20 years ago
parent
commit
871242b93e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/video/saa7134/saa7134-alsa.c

+ 1 - 0
drivers/media/video/saa7134/saa7134-alsa.c

@@ -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"