Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32926b3b authored by Al Viro's avatar Al Viro Committed by H. Peter Anvin
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent efb21cc2
Loading
Loading
Loading
Loading

arch/um/include/asm/atomic.h

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
#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