xen/arm32: head.S: Remove CA15 and CA7 specific includes
authorJulien Grall <julien.grall@linaro.org>
Wed, 5 Mar 2014 04:46:22 +0000 (12:46 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 14 Mar 2014 14:56:23 +0000 (14:56 +0000)
head.S only contains generic code. It should not include headers for a
specific processor.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Reviewed-by: Tim Deegan <tim@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/arm32/head.S

index 01108076467a7913dac6896e6f5d438ac1765b8f..e889596f706fad29a16147046d32f3337740ed6d 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <asm/config.h>
 #include <asm/page.h>
-#include <asm/processor-ca15.h>
-#include <asm/processor-ca7.h>
 #include <asm/asm_defns.h>
 #include <asm/early_printk.h>