diff options
author | Will Deacon <will@kernel.org> | 2020-11-18 19:44:00 +0000 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-11-27 18:59:05 +0000 |
commit | 8d14797b53f044fda3ed42b5b6357c7622b8af58 (patch) | |
tree | 87d97fa42d6dcc9253cb96853a614576155c3acb /arch/arm64/include/uapi | |
parent | f8394f232b1eab649ce2df5c5f15b0e528c92091 (diff) | |
download | lwn-8d14797b53f044fda3ed42b5b6357c7622b8af58.tar.gz lwn-8d14797b53f044fda3ed42b5b6357c7622b8af58.zip |
KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/
'struct kvm_arch_memory_slot' isn't part of the user ABI, so move it out
of the uapi/ headers in case we start using it in future and accidentally
back ourselves into a corner.
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201118194402.2892-2-will@kernel.org
Diffstat (limited to 'arch/arm64/include/uapi')
-rw-r--r-- | arch/arm64/include/uapi/asm/kvm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/uapi/asm/kvm.h b/arch/arm64/include/uapi/asm/kvm.h index 1c17c3a24411..24223adae150 100644 --- a/arch/arm64/include/uapi/asm/kvm.h +++ b/arch/arm64/include/uapi/asm/kvm.h @@ -156,9 +156,6 @@ struct kvm_sync_regs { __u64 device_irq_level; }; -struct kvm_arch_memory_slot { -}; - /* * PMU filter structure. Describe a range of events with a particular * action. To be used with KVM_ARM_VCPU_PMU_V3_FILTER. |