aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDomen Puncer <domen@coderock.org>2005-01-14 23:27:45 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 23:27:45 -0800
commit7d68c00285cfa8b701dc03e10f8b4dab3c5602d8 (patch)
tree65663e45732eb1dfad554239de47de846c485d4e /arch
parentbe45b2af7e886bb3fe654fd599b74fd82c1fcb38 (diff)
downloadhistory-7d68c00285cfa8b701dc03e10f8b4dab3c5602d8.tar.gz
[PATCH] uml: delete unused header umn.h
Remove nowhere referenced header. (egrep "filename\." didn't find anything) Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it> Cc: UML-devel <user-mode-linux-devel@lists.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/um/include/umn.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/um/include/umn.h b/arch/um/include/umn.h
deleted file mode 100644
index 8a1466a192d076..00000000000000
--- a/arch/um/include/umn.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __UMN_H
-#define __UMN_H
-
-extern int open_umn_tty(int *slave_out, int *slipno_out);
-extern void close_umn_tty(int master, int slave);
-extern int umn_send_packet(int fd, void *data, int len);
-extern int set_umn_addr(int fd, char *addr, char *ptp_addr);
-extern void slip_unesc(unsigned char s);
-extern void umn_read(int fd);
-
-#endif
-
-/*
- * 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:
- */