projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aceb343
)
[PATCH] uml: remove some useless exports
author
Jeff Dike
<
[email protected]
>
Mon, 10 Jul 2006 11:45:05 +0000
(
04:45
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 10 Jul 2006 20:24:23 +0000
(13:24 -0700)
Spotted by Al Viro - eliminate a couple useless exports.
Signed-off-by: Jeff Dike <
[email protected]
>
Cc: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/kernel/ksyms.c
patch
|
blob
|
history
diff --git
a/arch/um/kernel/ksyms.c
b/arch/um/kernel/ksyms.c
index 432cf0b97a138716b39360274a09e6d769b7fcfe..c97045d6d89f5ecf61df62886b54d67bdc42411d 100644
(file)
--- a/
arch/um/kernel/ksyms.c
+++ b/
arch/um/kernel/ksyms.c
@@
-88,12
+88,6
@@
EXPORT_SYMBOL(dump_thread);
EXPORT_SYMBOL(do_gettimeofday);
EXPORT_SYMBOL(do_settimeofday);
-/* This is here because UML expands lseek to sys_lseek, not to a system
- * call instruction.
- */
-EXPORT_SYMBOL(sys_lseek);
-EXPORT_SYMBOL(sys_wait4);
-
#ifdef CONFIG_SMP
/* required for SMP */