[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xen/x86: p2m-pod: Clean-up includes
commit 0448e7739ce252f13d3cfa9c7b5db849d5f17581 Author: Julien Grall <julien.grall@xxxxxxx> AuthorDate: Mon Oct 2 16:39:59 2017 +0100 Commit: George Dunlap <george.dunlap@xxxxxxxxxx> CommitDate: Mon Oct 2 16:39:59 2017 +0100 xen/x86: p2m-pod: Clean-up includes A lot of the headers are not necessary. At the same time, order them in the alphabetical order. Signed-off-by: Julien Grall <julien.grall@xxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx> --- xen/arch/x86/mm/p2m-pod.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/xen/arch/x86/mm/p2m-pod.c b/xen/arch/x86/mm/p2m-pod.c index 4085b7f..fec87e5 100644 --- a/xen/arch/x86/mm/p2m-pod.c +++ b/xen/arch/x86/mm/p2m-pod.c @@ -19,18 +19,13 @@ * along with this program; If not, see <http://www.gnu.org/licenses/>. */ -#include <xen/iommu.h> -#include <xen/vm_event.h> #include <xen/event.h> -#include <public/vm_event.h> -#include <asm/domain.h> +#include <xen/mm.h> +#include <xen/sched.h> +#include <xen/trace.h> #include <asm/page.h> #include <asm/paging.h> #include <asm/p2m.h> -#include <asm/hvm/vmx/vmx.h> /* ept_p2m_init() */ -#include <asm/mem_sharing.h> -#include <asm/hvm/nestedhvm.h> -#include <asm/hvm/svm/amd-iommu-proto.h> #include "mm-locks.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 |