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 /drivers/media/video/em28xx/em28xx-cards.c | |
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>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 4 |
1 files changed, 2 insertions, 2 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" |