diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-13 17:25:25 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-13 17:25:25 +0000 |
commit | 9c97538e1711c0abf853ba63b7e415d614fe30a8 (patch) | |
tree | abfccaf43324161474dd86efc8aa2e52443a5574 /linux/drivers/media/video/saa7134 | |
parent | 550bd23e534f40f5ad56a4e3402725002c3a6547 (diff) | |
download | mediapointer-dvb-s2-9c97538e1711c0abf853ba63b7e415d614fe30a8.tar.gz mediapointer-dvb-s2-9c97538e1711c0abf853ba63b7e415d614fe30a8.tar.bz2 |
- Linux/version.h removed. Replaced by linux/utsname.h
where KERNEL_VERSION is required.
- incremented versions for CX88, BTTV and SAA7134.
* compat.h:
- Included linux/version.h.
This change is required to be compatible with
a patch applied at Kernel by Olaf Hering <olh@suse.de>
this patch does reduce kernel dependency of its version number.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/saa7134')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h index 370c47608..a9a4e3bcc 100644 --- a/linux/drivers/media/video/saa7134/saa7134.h +++ b/linux/drivers/media/video/saa7134/saa7134.h @@ -1,5 +1,5 @@ /* - * $Id: saa7134.h,v 1.48 2005/07/01 08:22:24 nsh Exp $ + * $Id: saa7134.h,v 1.49 2005/07/13 17:25:25 mchehab Exp $ * * v4l2 device driver for philips saa7134 based TV cards * @@ -20,8 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <linux/version.h> -#define SAA7134_VERSION_CODE KERNEL_VERSION(0,2,13) +#include <linux/utsname.h> +#define SAA7134_VERSION_CODE KERNEL_VERSION(0,2,14) #include <linux/pci.h> #include <linux/i2c.h> |