diff options
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 7ea485543cf8..e446f232588e 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -128,7 +128,7 @@ static struct vmcs_config { | |||
128 | u32 vmentry_ctrl; | 128 | u32 vmentry_ctrl; |
129 | } vmcs_config; | 129 | } vmcs_config; |
130 | 130 | ||
131 | struct vmx_capability { | 131 | static struct vmx_capability { |
132 | u32 ept; | 132 | u32 ept; |
133 | u32 vpid; | 133 | u32 vpid; |
134 | } vmx_capability; | 134 | } vmx_capability; |