diff options
author | Jeff Dike <jdike@addtoit.com> | 2005-09-03 18:57:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:22 -0400 |
commit | 77fa5adcda6d686d2f45a2b55dcb9a03e7d33fa1 (patch) | |
tree | 0ec2e51f5ec929a657a5cb4565c73e4314afb82f /arch/um | |
parent | 02edeb586ae4cdd17778923674700edb732a4741 (diff) |
[PATCH] uml: remove duplicated exports
Al Viro <viro@parcelfarce.linux.theplanet.co.uk> spotted a bunch of duplicated
exports - this removes them.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/kernel/ksyms.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c index 99439fa15ef4..32d3076dd220 100644 --- a/arch/um/kernel/ksyms.c +++ b/arch/um/kernel/ksyms.c | |||
@@ -114,22 +114,3 @@ extern void FASTCALL( __read_lock_failed(rwlock_t *rw)); | |||
114 | EXPORT_SYMBOL(__read_lock_failed); | 114 | EXPORT_SYMBOL(__read_lock_failed); |
115 | 115 | ||
116 | #endif | 116 | #endif |
117 | |||
118 | #ifdef CONFIG_HIGHMEM | ||
119 | EXPORT_SYMBOL(kmap); | ||
120 | EXPORT_SYMBOL(kunmap); | ||
121 | EXPORT_SYMBOL(kmap_atomic); | ||
122 | EXPORT_SYMBOL(kunmap_atomic); | ||
123 | EXPORT_SYMBOL(kmap_atomic_to_page); | ||
124 | #endif | ||
125 | |||
126 | /* | ||
127 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
128 | * Emacs will notice this stuff at the end of the file and automatically | ||
129 | * adjust the settings for this buffer only. This must remain at the end | ||
130 | * of the file. | ||
131 | * --------------------------------------------------------------------------- | ||
132 | * Local variables: | ||
133 | * c-file-style: "linux" | ||
134 | * End: | ||
135 | */ | ||