diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S index 398b290c4c00180d6a74c9c185b3477551caf65c..2ed8f0c25def4b01dd50107425c5b6e54d60f2eb 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include diff --git a/arch/x86/include/asm/e820/types.h b/arch/x86/include/asm/e820/types.h index b05e812ff4f2c3f61bb00030941cc4454372b6d2..464cfe8273960e0fd300ee1deeaa51553d5fa414 100644 --- a/arch/x86/include/asm/e820/types.h +++ b/arch/x86/include/asm/e820/types.h @@ -65,9 +65,6 @@ */ #define E820_RESERVED_KERN 128 -#ifndef __ASSEMBLY__ -#include - /* * The whole array of E820 entries: */ @@ -88,6 +85,4 @@ struct e820map { #define BIOS_ROM_BASE 0xffe00000 #define BIOS_ROM_END 0xffffffff -#endif /* __ASSEMBLY__ */ - #endif /* _ASM_E820_TYPES_H */