KVM: arm64: Add missing #include of <linux/string.h> in guest.c
authorDave Martin <Dave.Martin@arm.com>
Thu, 14 Feb 2019 11:49:36 +0000 (11:49 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 29 Mar 2019 14:41:53 +0000 (14:41 +0000)
commitdc52f31a928ba591757aac4e72b35ea163713b57
treea85714999992de564d3a2b6b01cf9a6a886fe6fe
parent2b953ea348128ef4d70b0e21f01c1bdee48ee4dc
KVM: arm64: Add missing #include of <linux/string.h> in guest.c

arch/arm64/kvm/guest.c uses the string functions, but the
corresponding header is not included.

We seem to get away with this for now, but for completeness this
patch adds the #include, in preparation for adding yet more
memset() calls.

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Tested-by: zhang.lei <zhang.lei@jp.fujitsu.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kvm/guest.c