From 32926b3be19fa4859c02f248a342f2d62822dcfe Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 18 Aug 2008 01:36:36 -0400 Subject: 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 Signed-off-by: H. Peter Anvin --- arch/um/include/asm/atomic.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 arch/um/include/asm/atomic.h (limited to 'arch/um/include') diff --git a/arch/um/include/asm/atomic.h b/arch/um/include/asm/atomic.h deleted file mode 100644 index b683f1034d1..00000000000 --- 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 -- cgit v1.2.3