Searched hist:cb28909525acdd1a89c5b2de761eaf2f788c0057 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | sleep.h | diff cb28909525acdd1a89c5b2de761eaf2f788c0057 Tue Nov 26 10:54:15 CST 2019 Sean Christopherson <sean.j.christopherson@intel.com> x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.h
None of the declarations in x86's acpi/sleep.h are in any way dependent on the real mode boot code. Remove sleep.h's include of asm/realmode.h to limit the dependencies on realmode.h to code that actually interacts with the boot code.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://lkml.kernel.org/r/20191126165417.22423-11-sean.j.christopherson@intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
|