um: shared/syscall.h is not even included
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 18 Aug 2011 19:07:29 +0000 (20:07 +0100)
committerRichard Weinberger <richard@nod.at>
Wed, 2 Nov 2011 13:15:08 +0000 (14:15 +0100)
... and functions declared in it do not exist

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/shared/syscall.h [deleted file]

diff --git a/arch/um/include/shared/syscall.h b/arch/um/include/shared/syscall.h
deleted file mode 100644 (file)
index dda1df9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __SYSCALL_USER_H
-#define __SYSCALL_USER_H
-
-extern int record_syscall_start(int syscall);
-extern void record_syscall_end(int index, long result);
-
-#endif