From: H. Peter Anvin Date: Thu, 17 May 2012 17:03:02 +0000 (-0700) Subject: xen-acpi-processor: Add missing #include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=323f90a60864f30fd6b7c99806584bb90ada1a29;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git xen-acpi-processor: Add missing #include This file depends on , but the dependency was hidden due to: -> -> -> With the removal of , this exposed the missing Reported-by: Ingo Molnar Cc: Len Brown Cc: Konrad Rzeszutek Wilk Cc: Jeremy Fitzhardinge Cc: Jarkko Sakkinen Signed-off-by: H. Peter Anvin --- diff --git a/drivers/xen/xen-acpi-processor.c b/drivers/xen/xen-acpi-processor.c index 0b48579a9cd6..7ff2569e17ae 100644 --- a/drivers/xen/xen-acpi-processor.c +++ b/drivers/xen/xen-acpi-processor.c @@ -29,6 +29,7 @@ #include #include +#include #include #include