[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xen/include: Include xen/kconfig.h automatically
commit 3091080ef7724ddac77e0ae81c270936a630477f Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed Feb 15 18:04:58 2017 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Thu Feb 16 14:15:25 2017 +0000 xen/include: Include xen/kconfig.h automatically generated/autoconf.h is already included automatically so CONFIG_* defines are available. However, the companion macros such as IS_ENABLED() are not included. Include them uniformly everywhere. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Julien Grall <julien.grall@xxxxxxx> --- xen/drivers/acpi/osl.c | 1 - xen/include/asm-arm/alternative.h | 1 - xen/include/xen/config.h | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/xen/drivers/acpi/osl.c b/xen/drivers/acpi/osl.c index f75dfb7..94dbf04 100644 --- a/xen/drivers/acpi/osl.c +++ b/xen/drivers/acpi/osl.c @@ -37,7 +37,6 @@ #include <xen/domain_page.h> #include <xen/efi.h> #include <xen/vmap.h> -#include <xen/kconfig.h> #define _COMPONENT ACPI_OS_SERVICES ACPI_MODULE_NAME("osl") diff --git a/xen/include/asm-arm/alternative.h b/xen/include/asm-arm/alternative.h index c9740b8..6cc9d0d 100644 --- a/xen/include/asm-arm/alternative.h +++ b/xen/include/asm-arm/alternative.h @@ -2,7 +2,6 @@ #define __ASM_ALTERNATIVE_H #include <asm/cpufeature.h> -#include <xen/kconfig.h> #ifdef CONFIG_HAS_ALTERNATIVE diff --git a/xen/include/xen/config.h b/xen/include/xen/config.h index 473c5e8..9f39687 100644 --- a/xen/include/xen/config.h +++ b/xen/include/xen/config.h @@ -7,7 +7,7 @@ #ifndef __XEN_CONFIG_H__ #define __XEN_CONFIG_H__ -#include <generated/autoconf.h> +#include <xen/kconfig.h> #ifndef __ASSEMBLY__ #include <xen/compiler.h> -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |