commit | d9ea27a3304812500de3674981a9c3a2086d517b | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Mar 20 22:18:13 2019 +0800 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Mar 20 17:33:41 2019 +0000 |
tree | af95cd2f8a225be665acf295fbe7e5821d1e51a9 | |
parent | 3c3736cd32bf5197aed1410ae826d2d254a5b277 [diff] |
KVM: arm/arm64: vgic-its: Make attribute accessors static Fix sparse warnings: arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-its.c:1732:5: warning: symbol 'vgic_its_has_attr_regs' was not declared. Should it be static? arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-its.c:1753:5: warning: symbol 'vgic_its_attr_regs_access' was not declared. Should it be static? Signed-off-by: YueHaibing <yuehaibing@huawei.com> [maz: fixed subject] Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>