diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-08 21:37:16 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 07:56:16 -0800 |
commit | 1f6173ed9b48709383631e2c43eed770f15d05d1 (patch) | |
tree | 5a037d74ed3fac794bb7267d1eba9f3fe0613c45 /drivers/media/video/tvp5150.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/tvp5150.c')
-rw-r--r-- | drivers/media/video/tvp5150.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ * This code is placed under the terms of the GNU General Public License */ -#include <linux/videodev.h> #include <linux/i2c.h> #include <linux/videodev.h> #include <linux/delay.h> |