Skip to content

Commit

Permalink
V4L/DVB: mantis: Fix IR_CORE dependency
Browse files Browse the repository at this point in the history
This build bug triggers:

 drivers/built-in.o: In function `mantis_exit':
 (.text+0x377413): undefined reference to `ir_input_unregister'
 drivers/built-in.o: In function `mantis_input_init':
 (.text+0x3774ff): undefined reference to `__ir_input_register'

If MANTIS_CORE is enabled but IR_CORE is not. Add the correct
dependency.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Aug 24, 2010
1 parent 1a7c553 commit 577ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/mantis/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config MANTIS_CORE
tristate "Mantis/Hopper PCI bridge based devices"
depends on PCI && I2C && INPUT
depends on PCI && I2C && INPUT && IR_CORE

help
Support for PCI cards based on the Mantis and Hopper PCi bridge.
Expand Down

0 comments on commit 577ba40

Please sign in to comment.