diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 04:54:55 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 07:55:20 +0200 |
commit | 1de1502c96c3c163c06419bfe838c73632fa8d9c (patch) | |
tree | c7acd47c699807af44e190b9041d2500ff2b0914 /arch/um/include/asm/stat.h | |
parent | x86, um: ... and asm-x86 move (diff) | |
download | linux-1de1502c96c3c163c06419bfe838c73632fa8d9c.tar.xz linux-1de1502c96c3c163c06419bfe838c73632fa8d9c.zip |
x86, um: now we can get rid of trivial uml headers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/include/asm/stat.h')
-rw-r--r-- | arch/um/include/asm/stat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/asm/stat.h b/arch/um/include/asm/stat.h deleted file mode 100644 index 83ed85ad2539..000000000000 --- a/arch/um/include/asm/stat.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __UM_STAT_H -#define __UM_STAT_H - -#include "asm/arch/stat.h" - -#endif |