Skip to content

Commit

Permalink
V4L/DVB (6478): ir-functions use input functions, should depend on INPUT
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Randy Dunlap authored and Mauro Carvalho Chehab committed Nov 4, 2007
1 parent 04d934f commit 5efeb97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ config VIDEO_IR_I2C

config VIDEO_IR
tristate
depends on INPUT
select VIDEO_IR_I2C if I2C

config VIDEO_TVEEPROM
Expand Down

0 comments on commit 5efeb97

Please sign in to comment.