diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-13 18:19:01 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-13 18:19:01 +0200 |
commit | bf10fa857f0604865006d9705e63415b9d4e0d62 (patch) | |
tree | 8cc2f6f0d81238db191fb59ee090cca3e0703819 /arch/x86/include/uapi | |
parent | 5941fe3b812adb68adde74cd0bab3c208901840c (diff) | |
parent | 196cf358422517b3ff3779c46a1f3e26fb084172 (diff) | |
download | op-kernel-dev-bf10fa857f0604865006d9705e63415b9d4e0d62.zip op-kernel-dev-bf10fa857f0604865006d9705e63415b9d4e0d62.tar.gz |
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cleanups from Ingo Molnar:
"Three small cleanups"
* 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/tty/serial/8250: Clean up the asm/serial.h include file a bit
x86/tty/serial/8250: Resolve missing-field-initializers warnings
x86: Remove obsolete comment in uapi/e820.h
Diffstat (limited to 'arch/x86/include/uapi')
-rw-r--r-- | arch/x86/include/uapi/asm/e820.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/uapi/asm/e820.h b/arch/x86/include/uapi/asm/e820.h index bbae024..d993e33 100644 --- a/arch/x86/include/uapi/asm/e820.h +++ b/arch/x86/include/uapi/asm/e820.h @@ -21,11 +21,6 @@ * this size. */ -/* - * Odd: 'make headers_check' complains about numa.h if I try - * to collapse the next two #ifdef lines to a single line: - * #if defined(__KERNEL__) && defined(CONFIG_EFI) - */ #ifndef __KERNEL__ #define E820_X_MAX E820MAX #endif |