diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 01:36:36 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 01:55:21 -0400 |
commit | 32926b3be19fa4859c02f248a342f2d62822dcfe (patch) | |
tree | c56a84730a5ced6e4759dd1ce94195efee144af4 /arch/um/include | |
parent | efb21cc2384e385c4873ac6e7b23f16659469ea9 (diff) |
x86, um: uml atomic.h is not needed anymore
Its only difference from underlying atomic.h used to be the include
of kernel.h; it's not needed there anymore.
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')
-rw-r--r-- | arch/um/include/asm/atomic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/um/include/asm/atomic.h b/arch/um/include/asm/atomic.h deleted file mode 100644 index b683f1034d1e..000000000000 --- a/arch/um/include/asm/atomic.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | #ifndef __UM_ATOMIC_H | ||
2 | #define __UM_ATOMIC_H | ||
3 | |||
4 | /* The i386 atomic.h calls printk, but doesn't include kernel.h, so we | ||
5 | * include it here. | ||
6 | */ | ||
7 | #include "linux/kernel.h" | ||
8 | |||
9 | #include "asm/arch/atomic.h" | ||
10 | |||
11 | #endif | ||