Skip to content
Commit 1b70e129 authored by Steven Price's avatar Steven Price
Browse files

KVM: Allow kvm_device_ops to be const



Currently a kvm_device_ops structure cannot be const without triggering
compiler warnings. However the structure doesn't need to be written to
and, by marking it const, it can be read-only in memory. Add some more
const keywords to allow this.

Signed-off-by: Steven Price's avatarSteven Price <steven.price@arm.com>
parent fd5a3ff3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment