commit | d19279154b3fff9adff96b54d1a77dfb8f01e3da | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Nov 12 15:41:08 2015 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Nov 12 15:18:10 2015 +0000 |
tree | 75f72bdb3d024a3f1110584f8be2cc34c2148495 | |
parent | 543097843ca7c9ac3758d0b5879ea2a6f44089de [diff] |
arm64: use linux/types.h in kvm.h We should always use linux/types.h instead of asm/types.h for consistency, and Kbuild actually warns about it: ./usr/include/asm/kvm.h:35: include of <linux/types.h> is preferred over <asm/types.h> This patch does as Kbuild asks us. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>