projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633323f
)
[PATCH] v4l: (937) Included missing interrupt.h at saa7134-alsa.c
author
Nickolay V. Shmyrev
<
[email protected]
>
Mon, 14 Nov 2005 00:07:51 +0000
(16:07 -0800)
committer
Linus Torvalds
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/media/video/saa7134/saa7134-alsa.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/saa7134/saa7134-alsa.c
b/drivers/media/video/saa7134/saa7134-alsa.c
index 289d04064b7013a4a61d69fc4ff7989c5dfbd5b8..0025191f616a3b05cd698e7180005b8e0f2bddf4 100644
(file)
--- a/
drivers/media/video/saa7134/saa7134-alsa.c
+++ b/
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"