Re: unresolved symbols in paride.o

From: Tim Waugh (twaugh@redhat.com)
Date: Thu Mar 23 2000 - 09:47:20 EST


On Wed, 22 Mar 2000, David Raufeisen wrote:

> from 2.3.99pre3-4 to pre3-6 paride is reporting unresolved symbol.
>
> /lib/modules/2.3.99-pre3/misc/paride.o: unresolved symbol request_module

Here's the fix.

Tim.
*/

Index: linux/drivers/block/paride/paride.c
diff -u linux/drivers/block/paride/paride.c:1.1.1.3 linux/drivers/block/paride/paride.c:1.3
--- linux/drivers/block/paride/paride.c:1.1.1.3 Wed Mar 22 09:16:23 2000
+++ linux/drivers/block/paride/paride.c Thu Mar 23 14:38:59 2000
@@ -20,6 +20,7 @@
 
 #include <linux/module.h>
 #include <linux/config.h>
+#include <linux/kmod.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/ioport.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 23 2000 - 21:00:38 EST