diff options
| author | 2008-08-17 22:54:55 -0400 | |
|---|---|---|
| committer | 2008-10-22 22:55:20 -0700 | |
| commit | 1de1502c96c3c163c06419bfe838c73632fa8d9c (patch) | |
| tree | c7acd47c699807af44e190b9041d2500ff2b0914 /arch/um/include/asm/bitops.h | |
| parent | x86, um: ... and asm-x86 move (diff) | |
| download | linux-dev-1de1502c96c3c163c06419bfe838c73632fa8d9c.tar.xz linux-dev-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/bitops.h')
| -rw-r--r-- | arch/um/include/asm/bitops.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/um/include/asm/bitops.h b/arch/um/include/asm/bitops.h deleted file mode 100644 index e4d38d437b97..000000000000 --- a/arch/um/include/asm/bitops.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __UM_BITOPS_H -#define __UM_BITOPS_H - -#ifndef _LINUX_BITOPS_H -#error only <linux/bitops.h> can be included directly -#endif - -#include "asm/arch/bitops.h" - -#endif |
