]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen-acpi-processor: Add missing #include <xen/xen.h>
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 17 May 2012 17:03:02 +0000 (10:03 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Dec 2012 17:32:43 +0000 (12:32 -0500)
commit5299f446e4e79d7665f99a2313ae4a2fe4a7c08f
treefc7ccc2a42feb4ea56c8040ae03fefb1d428588d
parent28a6e40a0b7fe27655cc85c347e66cc33d51c60f
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 <mingo@kernel.org>
Cc: Len Brown <lenb@kernel.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
(cherry picked from commit 323f90a60864f30fd6b7c99806584bb90ada1a29)
drivers/xen/xen-acpi-processor.c