From 0b35334a57bea3250daaab02ee3b1f5e70d46bfb Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Fri, 10 Dec 2004 12:33:39 +0000 Subject: - add moduleparam.h include to many files. - some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff. --- linux/drivers/media/common/ir-common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 10e608a9d..a640cf2a9 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.5 2004/11/07 13:17:15 kraxel Exp $ + * $Id: ir-common.c,v 1.6 2004/12/10 12:33:39 kraxel Exp $ * * some common structs and functions to handle infrared remotes via * input layer ... @@ -22,6 +22,7 @@ */ #include +#include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -- cgit v1.2.3