Commit fdcf2df1 authored by Russell King's avatar Russell King Committed by Linus Torvalds

[PATCH] 3: 2.5.29-exports

Various modules (eg, rd.c) use simple_strtol.  This patch exports the
symbol so these modules can be loaded.
parent 17449f60
......@@ -508,6 +508,7 @@ EXPORT_SYMBOL(kdevname);
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__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment