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/em28xx/em28xx-core.c | |
parent | 376f269e4731a90db41683cb72717e217d3774f5 (diff) | |
download | kernel_samsung_crespo-1f6173ed9b48709383631e2c43eed770f15d05d1.zip kernel_samsung_crespo-1f6173ed9b48709383631e2c43eed770f15d05d1.tar.gz kernel_samsung_crespo-1f6173ed9b48709383631e2c43eed770f15d05d1.tar.bz2 |
[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-core.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c index a75a91d..7913740 100644 --- a/drivers/media/video/em28xx/em28xx-core.c +++ b/drivers/media/video/em28xx/em28xx-core.c @@ -26,9 +26,9 @@ #include <linux/list.h> #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/videodev.h> #include <linux/usb.h> #include <linux/vmalloc.h> +#include <linux/videodev.h> #include "em2820.h" |