diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-09 03:35:25 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-09 03:35:25 +0000 |
commit | 993b84b81732121fd8953d0fb4429415290efba9 (patch) | |
tree | 0bf63d6379571d23fc02a9fb7f914c87e42218bc /linux/drivers/media/video/cx88 | |
parent | c098f8ca61f12016b00af9a0a54a5b9d4ec25e7f (diff) | |
download | mediapointer-dvb-s2-993b84b81732121fd8953d0fb4429415290efba9.tar.gz mediapointer-dvb-s2-993b84b81732121fd8953d0fb4429415290efba9.tar.bz2 |
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
* ../Make
- created make changelog to make easier to generate patches.
* ../linux/drivers/media/video/cx88/cx88-core.c:
* ../linux/drivers/media/video/cx88/cx88.h:
* ../linux/kernel/drivers/usb/media/em2820-core.c:
* ../linux/kernel/drivers/usb/media/em2820-i2c.c:
* ../linux/kernel/drivers/usb/media/em2820-video.c:
* ../linux/kernel/drivers/usb/media/em2820.h:
- removed unneccessary includes.
* ../v4l/scripts/prepare-ChangeLog.pl:
- Modified to avoid detecting ChangeLog as a change.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-core.c | 4 | ||||
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 669a457af..72cbf9d6b 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-core.c,v 1.42 2005/09/11 04:58:14 mkrufky Exp $ + * $Id: cx88-core.c,v 1.43 2005/10/09 03:35:25 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * driver core @@ -33,7 +33,7 @@ #include <linux/pci.h> #include <linux/delay.h> #include "compat.h" -#include <linux/videodev.h> +#include <linux/videodev2.h> #include "cx88.h" diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 5036f62cb..757614cbf 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.82 2005/10/05 04:19:55 mkrufky Exp $ + * $Id: cx88.h,v 1.83 2005/10/09 03:35:25 mchehab Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -23,7 +23,7 @@ #include <linux/pci.h> #include <linux/i2c.h> #include <linux/i2c-algo-bit.h> -#include <linux/videodev.h> +#include <linux/videodev2.h> #include <linux/kdev_t.h> #include <media/tuner.h> |