From 0cfa78e0b759970e4db7c06b65ab8a176c2225fe Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Mon, 4 Feb 2008 22:30:44 -0800 Subject: [PATCH] --- yaml --- r: 83173 b: refs/heads/master c: e725a9b0f5db0fa511d7667da6c4bfb1a6d3c7e4 h: refs/heads/master i: 83171: c43e89ca838773155847e0bd372c19063f830003 v: v3 --- [refs] | 2 +- trunk/arch/um/include/misc_constants.h | 6 ------ trunk/arch/um/include/signal_kern.h | 22 ---------------------- trunk/arch/um/include/skas/mode-skas.h | 11 ----------- 4 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 trunk/arch/um/include/misc_constants.h delete mode 100644 trunk/arch/um/include/signal_kern.h delete mode 100644 trunk/arch/um/include/skas/mode-skas.h diff --git a/[refs] b/[refs] index ff51ae90714f..f2b1967505fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bdf8bc4a15d4540d71db9fa01955db5edcf89ec +refs/heads/master: e725a9b0f5db0fa511d7667da6c4bfb1a6d3c7e4 diff --git a/trunk/arch/um/include/misc_constants.h b/trunk/arch/um/include/misc_constants.h deleted file mode 100644 index 989bc08de36e..000000000000 --- a/trunk/arch/um/include/misc_constants.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __MISC_CONSTANT_H_ -#define __MISC_CONSTANT_H_ - -#include - -#endif diff --git a/trunk/arch/um/include/signal_kern.h b/trunk/arch/um/include/signal_kern.h deleted file mode 100644 index aeb5d5ab1dfd..000000000000 --- a/trunk/arch/um/include/signal_kern.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com) - * Licensed under the GPL - */ - -#ifndef __SIGNAL_KERN_H__ -#define __SIGNAL_KERN_H__ - -extern int have_signals(void *t); - -#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: - */ diff --git a/trunk/arch/um/include/skas/mode-skas.h b/trunk/arch/um/include/skas/mode-skas.h deleted file mode 100644 index e065feb000df..000000000000 --- a/trunk/arch/um/include/skas/mode-skas.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com) - * Licensed under the GPL - */ - -#ifndef __MODE_SKAS_H__ -#define __MODE_SKAS_H__ - -extern void kill_off_processes_skas(void); - -#endif