diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2005-11-13 19:07:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:18 -0500 |
commit | 871242b93e75b24c99687249c2812aed026b40af (patch) | |
tree | c19bb8dfad2aa4166a8c483d250e5f935a89cf19 | |
parent | 633323ffffae91c3f22a08e0185fbfd3fae2a825 (diff) |
[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>
-rw-r--r-- | drivers/media/video/saa7134/saa7134-alsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-alsa.c b/drivers/media/video/saa7134/saa7134-alsa.c index 289d04064b70..0025191f616a 100644 --- a/drivers/media/video/saa7134/saa7134-alsa.c +++ b/drivers/media/video/saa7134/saa7134-alsa.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <sound/control.h> | 31 | #include <sound/control.h> |
32 | #include <sound/pcm.h> | 32 | #include <sound/pcm.h> |
33 | #include <sound/initval.h> | 33 | #include <sound/initval.h> |
34 | #include <linux/interrupt.h> | ||
34 | 35 | ||
35 | #include "saa7134.h" | 36 | #include "saa7134.h" |
36 | #include "saa7134-reg.h" | 37 | #include "saa7134-reg.h" |