]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: arm/arm64: vgic: constify seq_operations and file_operations
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 23 Aug 2017 06:55:36 +0000 (12:25 +0530)
committerChristoffer Dall <cdall@linaro.org>
Tue, 5 Sep 2017 15:33:38 +0000 (17:33 +0200)
commit4aa8bcc93c6a7f327f163292e4146654b54f2086
tree391c39d4f13661e0341460fef05eba0373375e63
parentbb428921b777a5e36753b5d6aa0ba8d46705cc0d
KVM: arm/arm64: vgic: constify seq_operations and file_operations

vgic_debug_seq_ops and file_operations are not supposed to change
at runtime and none of the structures is modified.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
virt/kvm/arm/vgic/vgic-debug.c