]> git.baikalelectronics.ru Git - kernel.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)
commit26d34476089bcf8439f37d1241f14e3e6377d425
tree391c39d4f13661e0341460fef05eba0373375e63
parent95f1c15a1ff84e2ee6b07f71941c404111b59f16
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