Commit 63849d27 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds

[PATCH] uml: update atomic.h so UML builds cleanly

The comment should be self-explanatory.  This works around a pile of
nasty-looking build output.
Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 01e66a7a
#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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment