From 9c97538e1711c0abf853ba63b7e415d614fe30a8 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 13 Jul 2005 17:25:25 +0000 Subject: - 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 this patch does reduce kernel dependency of its version number. Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/common/ir-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/common') diff --git a/linux/drivers/media/common/ir-common.c b/linux/drivers/media/common/ir-common.c index 6ee0b9c73..3adb6e753 100644 --- a/linux/drivers/media/common/ir-common.c +++ b/linux/drivers/media/common/ir-common.c @@ -1,5 +1,5 @@ /* - * $Id: ir-common.c,v 1.11 2005/07/07 14:44:43 mchehab Exp $ + * $Id: ir-common.c,v 1.12 2005/07/13 17:25:25 mchehab Exp $ * * some common structs and functions to handle infrared remotes via * input layer ... @@ -21,9 +21,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "compat.h" #include #include -#include #include /* -------------------------------------------------------------------------- */ -- cgit v1.2.3