Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5efeb972942f3bfe2fce2b73db9579484625e270
Commit:     5efeb972942f3bfe2fce2b73db9579484625e270
Parent:     04d934ff84f97970fa59980b0c327422b08cda50
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 15:19:50 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Sun Nov 4 21:41:21 2007 -0200

    V4L/DVB (6478): ir-functions use input functions, should depend on INPUT
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index dd9bd43..1604f04 100644
--- a/drivers/media/Kconfig
+++ b/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 git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to