[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20071029111950.0e8bd432.randy.dunlap@oracle.com>
Date: Mon, 29 Oct 2007 11:19:50 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: v4l-dvb-maintainer@...uxtv.org, video4linux-list@...hat.com,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH] media/video: ir-functions use input functions, should
depend on INPUT
From: Randy Dunlap <randy.dunlap@...cle.com>
Media ir-functions uses input_(*) functions so it should depend
on the INPUT config symbol.
drivers/built-in.o: In function `ir_input_key_event':
ir-functions.c:(.text+0x10849a): undefined reference to `input_event'
ir-functions.c:(.text+0x1084ac): undefined reference to `input_event'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/media/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-2624-rc1g4-v1.orig/drivers/media/Kconfig
+++ linux-2624-rc1g4-v1/drivers/media/Kconfig
@@ -151,6 +151,7 @@ config VIDEO_IR_I2C
config VIDEO_IR
tristate
+ depends on INPUT
select VIDEO_IR_I2C if I2C
config VIDEO_TVEEPROM
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists