mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] media/video: ir-functions use input functions, should depend on INPUT
@ 2007-10-29 18:19 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2007-10-29 18:19 UTC (permalink / raw)
  To: lkml; +Cc: v4l-dvb-maintainer, video4linux-list, akpm

From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-29 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-29 18:19 [PATCH] media/video: ir-functions use input functions, should depend on INPUT Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®