aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2020-04-21 11:20:42 +0200
committerBorislav Petkov <[email protected]>2020-04-26 18:51:19 +0200
commit8a29204f3e97d626b3b3c4589d00fbee1c95444c (patch)
tree168a5ae7f13218dddb82a35e6c891a5b5647c4b7
parent6c9b7d79a801074837c683fc996e231266ca47ae (diff)
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]
-rw-r--r--drivers/xen/privcmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/privcmd.c b/drivers/xen/privcmd.c
index c6070e70dd73..b8ccb8990bfd 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>