]> Git Repo - linux.git/commit - drivers/xen/xen-acpi-processor.c
xen-acpi-processor: Add missing #include <xen/xen.h>
authorH. Peter Anvin <[email protected]>
Thu, 17 May 2012 17:03:02 +0000 (10:03 -0700)
committerH. Peter Anvin <[email protected]>
Thu, 17 May 2012 17:03:02 +0000 (10:03 -0700)
commit323f90a60864f30fd6b7c99806584bb90ada1a29
tree262f2221a02eb574c8a7404a76ec3beeab2c27a9
parent2ee93ab67a73955018dff6ad76916e20a2ba10f7
xen-acpi-processor: Add missing #include <xen/xen.h>

This file depends on <xen/xen.h>, but the dependency was hidden due
to: <asm/acpi.h> -> <asm/trampoline.h> -> <asm/io.h> -> <xen/xen.h>

With the removal of <asm/trampoline.h>, this exposed the missing

Reported-by: Ingo Molnar <[email protected]>
Cc: Len Brown <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Jeremy Fitzhardinge <[email protected]>
Cc: Jarkko Sakkinen <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
drivers/xen/xen-acpi-processor.c
This page took 0.050875 seconds and 4 git commands to generate.