xen/arm: cpuerrata: Remove percpu.h include
authorJulien Grall <julien.grall@linaro.org>
Mon, 22 Jan 2018 14:35:42 +0000 (14:35 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 22 Jan 2018 18:17:34 +0000 (10:17 -0800)
The include percpu.h was added by mistake in cpuerrata.h (see commit
4c4fddc166 "xen/arm64: Add skeleton to harden the branch aliasing
attacks"). So remove it.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/cpuerrata.h

index 23ebf367eaabb9e217d45cc4f9f6cbf7dd2f312d..7de68361ff2c7d8ff47e674ac52829b3e41355ce 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __ARM_CPUERRATA_H__
 #define __ARM_CPUERRATA_H__
 
-#include <xen/percpu.h>
 #include <asm/cpufeature.h>
 #include <asm/alternative.h>