2020-04-21 09:29:11

by Thomas Gleixner

[permalink] [raw]
Subject: [patch V2 15/16] xen/privcmd: Remove unneeded asm/tlb.h include

Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
Cc: Juergen Gross <[email protected]>
---
drivers/xen/privcmd.c | 1 -
1 file changed, 1 deletion(-)

--- a/drivers/xen/privcmd.c
+++ b/drivers/xen/privcmd.c
@@ -27,7 +27,6 @@

#include <asm/pgalloc.h>
#include <asm/pgtable.h>
-#include <asm/tlb.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/hypercall.h>



2020-04-26 18:47:47

by tip-bot2 for Haifeng Xu

[permalink] [raw]
Subject: [tip: x86/mm] xen/privcmd: Remove unneeded asm/tlb.h include

The following commit has been merged into the x86/mm branch of tip:

Commit-ID: 8a29204f3e97d626b3b3c4589d00fbee1c95444c
Gitweb: https://git.kernel.org/tip/8a29204f3e97d626b3b3c4589d00fbee1c95444c
Author: Thomas Gleixner <[email protected]>
AuthorDate: Tue, 21 Apr 2020 11:20:42 +02:00
Committer: Borislav Petkov <[email protected]>
CommitterDate: Sun, 26 Apr 2020 18:51:19 +02:00

xen/privcmd: Remove unneeded asm/tlb.h include

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
---
drivers/xen/privcmd.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/xen/privcmd.c b/drivers/xen/privcmd.c
index c6070e7..b8ccb89 100644
--- a/drivers/xen/privcmd.c
+++ b/drivers/xen/privcmd.c
@@ -27,7 +27,6 @@

#include <asm/pgalloc.h>
#include <asm/pgtable.h>
-#include <asm/tlb.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/hypercall.h>