lkml.org 
[lkml]   [2000]   [Mar]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: unresolved symbols in paride.o
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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.035 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site