aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-08-18 01:36:36 -0400
committerH. Peter Anvin <hpa@zytor.com>2008-10-22 22:55:21 -0700
commit32926b3be19fa4859c02f248a342f2d62822dcfe (patch)
treec56a84730a5ced6e4759dd1ce94195efee144af4
parentx86, um: untangle uml ldt.h (diff)
downloadlinux-dev-32926b3be19fa4859c02f248a342f2d62822dcfe.tar.xz
linux-dev-32926b3be19fa4859c02f248a342f2d62822dcfe.zip
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>
-rw-r--r--arch/um/include/asm/atomic.h11
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 @@
-#ifndef __UM_ATOMIC_H
-#define __UM_ATOMIC_H
-
-/* The i386 atomic.h calls printk, but doesn't include kernel.h, so we
- * include it here.
- */
-#include "linux/kernel.h"
-
-#include "asm/arch/atomic.h"
-
-#endif