xen/include: Remove explicit asm/config.h includes
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Feb 2017 17:48:47 +0000 (17:48 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 16 Feb 2017 14:15:25 +0000 (14:15 +0000)
xen/config.h includes asm/config.h, and is included automatically via CFLAGS.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/acpi/lib.c
xen/arch/arm/arm32/debug.S
xen/arch/arm/arm32/head.S
xen/arch/arm/arm64/debug.S
xen/arch/arm/arm64/head.S

index 79f7edd181f2c9ef9cba61577d90e55bccb05084..9bd769cff6bffdbbb4da8126011e387fee2ac31f 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <xen/acpi.h>
 #include <xen/mm.h>
-#include <asm/config.h>
 
 char *__acpi_map_table(paddr_t phys, unsigned long size)
 {
index a95d9dadfbfdaef32511da658c89403c3cae2e06..1538090a3d9fedae1edbf3323fcb063869ebc55a 100644 (file)
@@ -17,7 +17,6 @@
  * GNU General Public License for more details.
  */
 
-#include <asm/config.h>
 #include <asm/early_printk.h>
 
 #ifdef EARLY_PRINTK_INC
index e1f29bdebcc5782f42b7fbc34af47bc979153608..ec63ba4c04a37d63623ab3edb06115dbd7e4e1f7 100644 (file)
@@ -17,7 +17,6 @@
  * GNU General Public License for more details.
  */
 
-#include <asm/config.h>
 #include <asm/page.h>
 #include <asm/asm_defns.h>
 #include <asm/early_printk.h>
index a855358ac46d475358cd8b6bcde4169faf5d1803..87ee8dc1f87d3b5b701de55a0e321968168b6b3c 100644 (file)
@@ -17,7 +17,6 @@
  * GNU General Public License for more details.
  */
 
-#include <asm/config.h>
 #include <asm/early_printk.h>
 
 #ifdef EARLY_PRINTK_INC
index 3a54356bdc1ef017c6b5845e8efebbfcb14ad71b..72ea4e023336044be63cc3febf0df0c4e392641f 100644 (file)
@@ -20,7 +20,6 @@
  * GNU General Public License for more details.
  */
 
-#include <asm/config.h>
 #include <asm/page.h>
 #include <asm/asm_defns.h>
 #include <asm/early_printk.h>