summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
diff options
context:
space:
mode:
authorJeff Dike2006-07-10 13:45:12 +0200
committerLinus Torvalds2006-07-10 22:24:24 +0200
commit29ac1c2142346e1e0e072f41df31688fc42ff540 (patch)
treee859dc5361070c1ea360aaf3c55af976ad5211e1 /arch/um/kernel
parent[PATCH] uml: fix exitcall ordering bug (diff)
downloadkernel-qcow2-linux-29ac1c2142346e1e0e072f41df31688fc42ff540.tar.gz
kernel-qcow2-linux-29ac1c2142346e1e0e072f41df31688fc42ff540.tar.xz
kernel-qcow2-linux-29ac1c2142346e1e0e072f41df31688fc42ff540.zip
[PATCH] uml: make some symbols static
A few sigio-related things can be made static. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' 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/kernel')
-rw-r--r--arch/um/kernel/sigio_kern.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/um/kernel/sigio_kern.c b/arch/um/kernel/sigio_kern.c
index 51b677083948..5102ba5d5bd0 100644
--- a/arch/um/kernel/sigio_kern.c
+++ b/arch/um/kernel/sigio_kern.c
@@ -53,17 +53,3 @@ void sigio_unlock(void)
{
spin_unlock(&sigio_spinlock);
}
-
-extern void sigio_cleanup(void);
-__uml_exitcall(sigio_cleanup);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only. This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-file-style: "linux"
- * End:
- */