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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 19:22:42 +0000 (20:22 +0100)
commitb4a9ffad970244d0a349e4e06e5bb332790d7715
treee9de49688a85bb86cd63a06ca32d8339543d6e4e
parent8caab9edccf57540770352825f9d3fa2d8343ae2
powerpc/pseries: include linux/types.h in asm/hvcall.h

commit 1b689a95ce7427075f9ac9fb4aea1af530742b7f upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/include/asm/hvcall.h