mirror of https://gitee.com/openkylin/linux.git
[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:
parent
633323ffff
commit
871242b93e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue