diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 09:25:24 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 07:55:21 +0200 |
commit | 6a0eec8224db1191876770f7cac31f2a2637a6f5 (patch) | |
tree | f47080809d4b67f709667f387eb1e4bd7841ce18 /arch/um/include/asm/system-i386.h | |
parent | x86, um: uml atomic.h is not needed anymore (diff) | |
download | linux-6a0eec8224db1191876770f7cac31f2a2637a6f5.tar.xz linux-6a0eec8224db1191876770f7cac31f2a2637a6f5.zip |
x86, um: get rid of system.h -> system.h include
Long-term we want to split system.h and include barriers part from
underlying target; for now copy that part to sysdep.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/include/asm/system-i386.h')
-rw-r--r-- | arch/um/include/asm/system-i386.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/asm/system-i386.h b/arch/um/include/asm/system-i386.h deleted file mode 100644 index c436263e67ba..000000000000 --- a/arch/um/include/asm/system-i386.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __UM_SYSTEM_I386_H -#define __UM_SYSTEM_I386_H - -#include "asm/system-generic.h" - -#endif |