From: Michal Suchanek Date: Mon, 15 Jan 2018 13:30:03 +0000 (+0100) Subject: powerpc/pseries: include linux/types.h in asm/hvcall.h X-Git-Tag: v4.19~1822^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b689a95ce7427075f9ac9fb4aea1af530742b7f;p=platform%2Fkernel%2Flinux-rpi.git powerpc/pseries: include linux/types.h in asm/hvcall.h 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 Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h index f046161..eca3f9c 100644 --- a/arch/powerpc/include/asm/hvcall.h +++ b/arch/powerpc/include/asm/hvcall.h @@ -353,6 +353,7 @@ #define PROC_TABLE_GTSE 0x01 #ifndef __ASSEMBLY__ +#include /** * plpar_hcall_norets: - Make a pseries hypervisor call with no return arguments