Discussion:
[Xen-changelog] [xen master] xen/arm: Remove unnecessary includes in asm-arm/acpi.h
p***@xen.org
2018-11-19 11:57:08 UTC
Permalink
commit 2c4ccf7a3525057e3b5feb03361b6ac128671008
Author: Julien Grall <***@arm.com>
AuthorDate: Wed Oct 31 18:13:10 2018 +0000
Commit: Stefano Stabellini <***@kernel.org>
CommitDate: Fri Nov 9 10:14:47 2018 -0800

xen/arm: Remove unnecessary includes in asm-arm/acpi.h

Signed-off-by: Julien Grall <***@arm.com>
Reviewed-by: Andrii Anisov <***@epam.com>
Acked-by: Stefano Stabellini <***@kernel.org>
---
xen/include/asm-arm/acpi.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/xen/include/asm-arm/acpi.h b/xen/include/asm-arm/acpi.h
index feec4fb0ac..50340281a9 100644
--- a/xen/include/asm-arm/acpi.h
+++ b/xen/include/asm-arm/acpi.h
@@ -23,7 +23,6 @@
#ifndef _ASM_ARM_ACPI_H
#define _ASM_ARM_ACPI_H

-#include <asm/page.h>
#include <asm/setup.h>

#define COMPILER_DEPENDENT_INT64 long long
--
generated by git-patchbot for /home/xen/git/xen.git#master

Loading...