From 31d229e2e9d978c618d242acfb3f30752dd48aff Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Tue, 17 Jan 2006 20:05:21 +0000 Subject: IR keymaps are exported by the ir-common module now From: Ricardo Cerqueira Moved keymaps to the ir-common module, and export them from there, instead of #including them in each module Signed-off-by: Ricardo Cerqueira --- linux/drivers/media/video/saa7134/saa7134-input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linux/drivers/media/video/saa7134') diff --git a/linux/drivers/media/video/saa7134/saa7134-input.c b/linux/drivers/media/video/saa7134/saa7134-input.c index a69656133..c6a53fb0d 100644 --- a/linux/drivers/media/video/saa7134/saa7134-input.c +++ b/linux/drivers/media/video/saa7134/saa7134-input.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-input.c,v 1.50 2006/01/17 16:18:41 rmcc Exp $ + * $Id: saa7134-input.c,v 1.51 2006/01/17 20:05:21 rmcc Exp $ * * handle saa7134 IR remotes via linux kernel input layer. * @@ -30,7 +30,6 @@ #include "compat.h" #include "saa7134-reg.h" #include "saa7134.h" -#include static unsigned int disable_ir = 0; module_param(disable_ir, int, 0444); -- cgit v1.2.3