diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 02:54:55 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 05:55:20 (GMT) |
commit | 1de1502c96c3c163c06419bfe838c73632fa8d9c (patch) | |
tree | c7acd47c699807af44e190b9041d2500ff2b0914 /arch/um/include/asm/boot.h | |
parent | bb8985586b7a906e116db835c64773b7a7d51663 (diff) | |
download | linux-fsl-qoriq-1de1502c96c3c163c06419bfe838c73632fa8d9c.tar.xz |
x86, um: now we can get rid of trivial uml headers
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/boot.h')
-rw-r--r-- | arch/um/include/asm/boot.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/asm/boot.h b/arch/um/include/asm/boot.h deleted file mode 100644 index 09548c3..0000000 --- a/arch/um/include/asm/boot.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __UM_BOOT_H -#define __UM_BOOT_H - -#include "asm/arch/boot.h" - -#endif |