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/include/media | |
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/include/media')
-rw-r--r-- | linux/include/media/ir-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/media/ir-common.h b/linux/include/media/ir-common.h index 9d2117da3..2b69e9f94 100644 --- a/linux/include/media/ir-common.h +++ b/linux/include/media/ir-common.h @@ -1,5 +1,5 @@ /* - * $Id: ir-common.h,v 1.9 2005/05/15 19:01:26 mchehab Exp $ + * $Id: ir-common.h,v 1.10 2005/07/13 17:25:25 mchehab Exp $ * * some common structs and functions to handle infrared remotes via * input layer ... @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <linux/version.h> +#include "compat.h" #include <linux/input.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) |