Re: linux-next: Tree for December 19 (media/mantis)

From: Manu Abraham
Date: Sat Dec 19 2009 - 12:12:34 EST


On Sat, Dec 19, 2009 at 7:18 AM, Randy Dunlap <randy.dunlap@xxxxxxxxxx> wrote:
> On Sat, 19 Dec 2009 11:04:57 +1100 Stephen Rothwell wrote:
>
>> Hi all,
>>
>> I said:
>> > News:  there will be no linux-next releases until at least Dec 24 and,
>> > more likely, Dec 29.  Have a Merry Christmas and take a break.  :-)
>>
>> Well, I decided I had time for one more so it will be based in -rc1).
>>
>> This one has not had the build testing *between* merges, but has had all
>> the normal build testing at the end.  Since the latter testing showed no
>> problems, this just means that there may be more unbisectable points in
>> the tree (but that is unlikely).
>
>
>
> ERROR: "ir_input_register" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "ir_input_init" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "input_free_device" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "input_allocate_device" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
>
>
>
> CONFIG_INPUT=n

Attached patch to fix the issue.

Fix Input dependency for Mantis

From: Manu Abraham <abraham.manu@xxxxxxxxx>
Signed-off-by: Manu Abraham <manu@xxxxxxxxxxx>

Regards,
Manu
diff --git a/drivers/media/dvb/mantis/Kconfig b/drivers/media/dvb/mantis/Kconfig
index f9219cd..f7b72a3 100644
--- a/drivers/media/dvb/mantis/Kconfig
+++ b/drivers/media/dvb/mantis/Kconfig
@@ -1,6 +1,6 @@
config MANTIS_CORE
tristate "Mantis/Hopper PCI bridge based devices"
- depends on PCI && I2C
+ depends on PCI && I2C && INPUT

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