diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 05:31:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 05:31:34 -0300 |
commit | ea258810bf8de7d5d78d74aafe44e0ea8e7f8783 (patch) | |
tree | a75e80be0b2aa5135896dc116d6f60ec7ed6b711 /linux/drivers/media/video/bt8xx/bttv.h | |
parent | a5f0c1eb5516fb321c59ba6adb6437288b5b20bf (diff) | |
download | mediapointer-dvb-s2-ea258810bf8de7d5d78d74aafe44e0ea8e7f8783.tar.gz mediapointer-dvb-s2-ea258810bf8de7d5d78d74aafe44e0ea8e7f8783.tar.bz2 |
avoid loading the entire videodev.h header for drivers that are already V4L2 only
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv.h')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv.h b/linux/drivers/media/video/bt8xx/bttv.h index 35f943337..93a1e989a 100644 --- a/linux/drivers/media/video/bt8xx/bttv.h +++ b/linux/drivers/media/video/bt8xx/bttv.h @@ -14,7 +14,7 @@ #ifndef _BTTV_H_ #define _BTTV_H_ -#include <linux/videodev.h> +#include <linux/videodev2.h> #include <linux/i2c.h> #include "compat.h" #include <media/ir-common.h> |