Skip to content
Commit c8058b88 authored by Andreas Herrmann's avatar Andreas Herrmann Committed by Will Deacon
Browse files

kvmtool: Fix compile error on MIPS



When including asm-generic/types.h instead of asm/types.h it results
in conflicting types for __s64 et al (at least with my
toolchain). Other header files are including asm/types.h
(e.g. include/kvm/ioport.h) and types defined there don't necessarily
match the types defined in asm-generic/types.h.

Signed-off-by: default avatarAndreas Herrmann <andreas.herrmann@caviumnetworks.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 0fc7018d
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