projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb21cc
)
x86, um: uml atomic.h is not needed anymore
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 18 Aug 2008 05:36:36 +0000
(
01:36
-0400)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 23 Oct 2008 05:55:21 +0000
(22:55 -0700)
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>
arch/um/include/asm/atomic.h
[deleted file]
patch
|
blob
|
history
diff --git
a/arch/um/include/asm/atomic.h
b/arch/um/include/asm/atomic.h
deleted file mode 100644
(file)
index
b683f10
..0000000
--- 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