* [PATCH] 3: 2.5.29-exports
@ 2002-08-03 18:16 Russell King
0 siblings, 0 replies; only message in thread
From: Russell King @ 2002-08-03 18:16 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
This patch has been verified to apply cleanly to 2.5.30
Various modules (eg, rd.c) use simple_strtol. This patch exports the
symbol so these modules can be loaded.
kernel/ksyms.c | 1 +
1 files changed, 1 insertion
diff -urN orig/kernel/ksyms.c linux/kernel/ksyms.c
--- orig/kernel/ksyms.c Sun Jul 7 23:21:28 2002
+++ linux/kernel/ksyms.c Sun Jul 7 17:42:16 2002
@@ -508,6 +501,7 @@
EXPORT_SYMBOL(__bdevname);
EXPORT_SYMBOL(cdevname);
EXPORT_SYMBOL(simple_strtoul);
+EXPORT_SYMBOL(simple_strtol);
EXPORT_SYMBOL(system_utsname); /* UTS data */
EXPORT_SYMBOL(uts_sem); /* UTS semaphore */
#ifndef __mips__
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-08-03 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-03 18:16 [PATCH] 3: 2.5.29-exports Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®