lkml.org 
[lkml]   [1999]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectlinuxppc modular sound patch

this patch fixes the problem that i emailed the list a couple
of days ago about.

when i tried to insmod dmasound.o it gave me the following error:
dmasound.o: unresolved symbol machine_is_compatible

i assumed it was because machine_is_compatible was not exported
in the kernel symbol table

the following one line patch fixes the problem, it's against 2.2.13

*** begin patch ***

--- linux/arch/ppc/kernel/ppc_ksyms.c.orig Fri Nov 12 16:09:37 1999
+++ linux/arch/ppc/kernel/ppc_ksyms.c Fri Nov 12 16:09:57 1999
@@ -215,6 +215,7 @@

EXPORT_SYMBOL(abs);
EXPORT_SYMBOL(device_is_compatible);
+EXPORT_SYMBOL(machine_is_compatible);

EXPORT_SYMBOL_NOVERS(__ashrdi3);
EXPORT_SYMBOL_NOVERS(__lshrdi3);
*** end patch ***

-brandon


-
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:55    [W:0.037 / U:4.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site