diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:37:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:16 -0500 |
commit | 1f6173ed9b48709383631e2c43eed770f15d05d1 (patch) | |
tree | 5a037d74ed3fac794bb7267d1eba9f3fe0613c45 | |
parent | 376f269e4731a90db41683cb72717e217d3774f5 (diff) |
[PATCH] v4l: 729: fixed include when compiling at kernel tree
- Fixed include when compiling at kernel tree
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/em28xx/em28xx-cards.c | 4 | ||||
-rw-r--r-- | drivers/media/video/em28xx/em28xx-core.c | 2 | ||||
-rw-r--r-- | drivers/media/video/em28xx/em28xx-video.c | 2 | ||||
-rw-r--r-- | drivers/media/video/tveeprom.c | 2 | ||||
-rw-r--r-- | drivers/media/video/tvp5150.c | 1 |
5 files changed, 5 insertions, 6 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index b6d89decfbd8..7333bbad8871 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -29,8 +29,8 @@ | |||
29 | #include <linux/i2c.h> | 29 | #include <linux/i2c.h> |
30 | #include <linux/usb.h> | 30 | #include <linux/usb.h> |
31 | #include <media/tuner.h> | 31 | #include <media/tuner.h> |
32 | #include "audiochip.h" | 32 | #include <media/audiochip.h> |
33 | #include "tveeprom.h" | 33 | #include <media/tveeprom.h> |
34 | #include "msp3400.h" | 34 | #include "msp3400.h" |
35 | 35 | ||
36 | #include "em2820.h" | 36 | #include "em2820.h" |
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c index a75a91da70e9..7913740e6724 100644 --- a/drivers/media/video/em28xx/em28xx-core.c +++ b/drivers/media/video/em28xx/em28xx-core.c | |||
@@ -26,9 +26,9 @@ | |||
26 | #include <linux/list.h> | 26 | #include <linux/list.h> |
27 | #include <linux/module.h> | 27 | #include <linux/module.h> |
28 | #include <linux/moduleparam.h> | 28 | #include <linux/moduleparam.h> |
29 | #include <linux/videodev.h> | ||
30 | #include <linux/usb.h> | 29 | #include <linux/usb.h> |
31 | #include <linux/vmalloc.h> | 30 | #include <linux/vmalloc.h> |
31 | #include <linux/videodev.h> | ||
32 | 32 | ||
33 | #include "em2820.h" | 33 | #include "em2820.h" |
34 | 34 | ||
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c index a000131a8f5d..3fc58c67e6cf 100644 --- a/drivers/media/video/em28xx/em28xx-video.c +++ b/drivers/media/video/em28xx/em28xx-video.c | |||
@@ -27,8 +27,8 @@ | |||
27 | #include <linux/module.h> | 27 | #include <linux/module.h> |
28 | #include <linux/kernel.h> | 28 | #include <linux/kernel.h> |
29 | #include <linux/usb.h> | 29 | #include <linux/usb.h> |
30 | #include <linux/videodev.h> | ||
31 | #include <linux/i2c.h> | 30 | #include <linux/i2c.h> |
31 | #include <linux/videodev.h> | ||
32 | #include <media/tuner.h> | 32 | #include <media/tuner.h> |
33 | #include <linux/video_decoder.h> | 33 | #include <linux/video_decoder.h> |
34 | 34 | ||
diff --git a/drivers/media/video/tveeprom.c b/drivers/media/video/tveeprom.c index a9bad89b4d69..ee605712bf19 100644 --- a/drivers/media/video/tveeprom.c +++ b/drivers/media/video/tveeprom.c | |||
@@ -40,7 +40,7 @@ | |||
40 | 40 | ||
41 | #include <media/tuner.h> | 41 | #include <media/tuner.h> |
42 | #include <media/tveeprom.h> | 42 | #include <media/tveeprom.h> |
43 | #include "audiochip.h" | 43 | #include <media/audiochip.h> |
44 | 44 | ||
45 | MODULE_DESCRIPTION("i2c Hauppauge eeprom decoder driver"); | 45 | MODULE_DESCRIPTION("i2c Hauppauge eeprom decoder driver"); |
46 | MODULE_AUTHOR("John Klar"); | 46 | MODULE_AUTHOR("John Klar"); |
diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c index 03f360b45fdf..81e6d4494e7d 100644 --- a/drivers/media/video/tvp5150.c +++ b/drivers/media/video/tvp5150.c | |||
@@ -5,7 +5,6 @@ | |||
5 | * This code is placed under the terms of the GNU General Public License | 5 | * This code is placed under the terms of the GNU General Public License |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <linux/videodev.h> | ||
9 | #include <linux/i2c.h> | 8 | #include <linux/i2c.h> |
10 | #include <linux/videodev.h> | 9 | #include <linux/videodev.h> |
11 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |