dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Nickolay V. Shmyrev 2005-11-13 16:07:51 -08:00 committed by Linus Torvalds
parent 633323ffff
commit 871242b93e
1 changed files with 1 additions and 0 deletions

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