lkml.org 
[lkml]   [2000]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: More problems...
On Sun, 23 Jul 2000, Antonello Biancalana wrote:

> Hello there!
> I just downloaded the 2.4.0 test5-pre4 patch and I compiled the kernel
> again. I am used to compile many drivers as modules and after I compiled
> the kernel some of them refuse to work.

did you apply my patch against 2.4.0-tes5-pre4 that makes the necessary
symbols exported?

Tigran

--- linuxl-test5-p4/kernel/ksyms.c Sat Jul 22 09:27:31 2000
+++ work/kernel/ksyms.c Sat Jul 22 13:25:35 2000
@@ -141,6 +141,7 @@
EXPORT_SYMBOL(getname);
EXPORT_SYMBOL(names_cachep);
EXPORT_SYMBOL(fput);
+EXPORT_SYMBOL(fget);
EXPORT_SYMBOL(igrab);
EXPORT_SYMBOL(iunique);
EXPORT_SYMBOL(iget4);
@@ -352,6 +353,11 @@
EXPORT_SYMBOL(del_timer);
EXPORT_SYMBOL(request_irq);
EXPORT_SYMBOL(free_irq);
+
+/* waitqueue handling */
+EXPORT_SYMBOL(add_wait_queue);
+EXPORT_SYMBOL(add_wait_queue_exclusive);
+EXPORT_SYMBOL(remove_wait_queue);

/* The notion of irq probe/assignment is foreign to S/390 */




-
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.036 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site