public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.5-rc3: unknown symbol in tekram.ko
@ 2004-03-31  8:42 R. J. Wysocki
  2004-04-24 21:41 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: R. J. Wysocki @ 2004-03-31  8:42 UTC (permalink / raw)
  To: linux-kernel

I get something like this after 'make modules_install':

if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.5-rc3; fi
WARNING: /lib/modules/2.6.5-rc3/kernel/drivers/net/irda/tekram.ko needs 
unknown symbol irda_task_delete

-- 
Rafael J. Wysocki,
SiSK
[tel. (+48) 605 053 693]
----------------------------
For a successful technology, reality must take precedence over public 
relations, for nature cannot be fooled.
					-- Richard P. Feynman

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.5-rc3: unknown symbol in tekram.ko
  2004-03-31  8:42 2.6.5-rc3: unknown symbol in tekram.ko R. J. Wysocki
@ 2004-04-24 21:41 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-04-24 21:41 UTC (permalink / raw)
  To: R. J. Wysocki, Dag Brattli, shemminger; +Cc: linux-kernel, irda-users

On Wed, Mar 31, 2004 at 10:42:24AM +0200, R. J. Wysocki wrote:
> I get something like this after 'make modules_install':
> 
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.5-rc3; fi
> WARNING: /lib/modules/2.6.5-rc3/kernel/drivers/net/irda/tekram.ko needs 
> unknown symbol irda_task_delete

Thanks for this report, and sorry for the late answer.

drivers/net/irda/tekram.c uses irda_task_delete, but this function is 
not EXPORT_SYMBOL'ed in net/irda/irda_device.c .

The most simple solution would be to change TEKRAM_DONGLE_OLD to be a 
bool (as does the patch below), but perhaps the IrDA people know a 
better solution.

cu
Adrian

--- linux-2.6.6-rc2-mm1-full/drivers/net/irda/Kconfig.old	2004-04-24 23:34:06.000000000 +0200
+++ linux-2.6.6-rc2-mm1-full/drivers/net/irda/Kconfig	2004-04-24 23:40:26.000000000 +0200
@@ -189,8 +189,8 @@
 	  "irattach -d actisys" or "irattach -d actisys+".
 
 config TEKRAM_DONGLE_OLD
-	tristate "Tekram IrMate 210B dongle"
-	depends on DONGLE_OLD && IRDA
+	bool "Tekram IrMate 210B dongle"
+	depends on DONGLE_OLD && IRDA=y
 	help
 	  Say Y here if you want to build support for the Tekram IrMate 210B
 	  dongle.  To compile it as a module, choose M here.  The Tekram dongle

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-24 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-31  8:42 2.6.5-rc3: unknown symbol in tekram.ko R. J. Wysocki
2004-04-24 21:41 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox