]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
powerpc/pseries: include linux/types.h in asm/hvcall.h
authorMichal Suchanek <msuchanek@suse.de>
Mon, 15 Jan 2018 13:30:03 +0000 (14:30 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 17 Jan 2018 12:30:46 +0000 (23:30 +1100)
Commit 6e032b350cd1 ("powerpc/powernv: Check device-tree for RFI flush
settings") uses u64 in asm/hvcall.h without including linux/types.h

This breaks hvcall.h users that do not include the header themselves.

Fixes: 6e032b350cd1 ("powerpc/powernv: Check device-tree for RFI flush settings")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/hvcall.h

index f0461618bf7bee95ffd27874e33501bd41ef80a4..eca3f9c689070632492b18e9cc9d55d075024dfe 100644 (file)
 #define PROC_TABLE_GTSE                0x01
 
 #ifndef __ASSEMBLY__
+#include <linux/types.h>
 
 /**
  * plpar_hcall_norets: - Make a pseries hypervisor call with no return arguments