commit | f8c09377d754f35a135454181b869ab527cc0757 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jul 11 12:18:28 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 12 10:55:54 2007 -0700 |
tree | 5df34647452887000d2b3cde92aa21907d3df87a | |
parent | 48dd643c3b02544994fa091573c2242441a7733f [diff] |
include/asm-i386/boot.h: This is <asm/boot.h>, not <linux/boot.h> include/asm-i386/boot.h incorrectly has the multiple include guards as _LINUX_BOOT_H instead of _ASM_BOOT_H. Fix. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>