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

2009-12-19 Thread Manu Abraham
On Sat, Dec 19, 2009 at 7:18 AM, Randy Dunlap randy.dun...@oracle.com 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.m...@gmail.com
Signed-off-by: Manu Abraham m...@linuxtv.org

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.


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

2009-12-19 Thread Randy Dunlap
On Sat, 19 Dec 2009 21:11:50 +0400 Manu Abraham wrote:

 On Sat, Dec 19, 2009 at 7:18 AM, Randy Dunlap randy.dun...@oracle.com 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.m...@gmail.com
 Signed-off-by: Manu Abraham m...@linuxtv.org

Acked-by: Randy Dunlap randy.dun...@oracle.com

Thanks.

---
~Randy
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2009-12-18 Thread Randy Dunlap
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


---
~Randy
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html