diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 20:13:10 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 14:15:30 +0100 |
commit | f5e900770f387d7a4c633b7cef105039f32a85c1 (patch) | |
tree | 4bcb73d65a43922a87644c2ec8f039c73f1a2df8 /arch/um/include/asm/futex.h | |
parent | d805a78603bb489d71a12466e8f29c5e9837e50a (diff) | |
download | op-kernel-dev-f5e900770f387d7a4c633b7cef105039f32a85c1.zip op-kernel-dev-f5e900770f387d7a4c633b7cef105039f32a85c1.tar.gz |
um: switch to generic-y
kill wrapper headers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include/asm/futex.h')
-rw-r--r-- | arch/um/include/asm/futex.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/asm/futex.h b/arch/um/include/asm/futex.h deleted file mode 100644 index 6a332a9..0000000 --- a/arch/um/include/asm/futex.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_FUTEX_H -#define _ASM_FUTEX_H - -#include <asm-generic/futex.h> - -#endif |