]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46b8d95c44eb9816c5fd9a34ced9de0235f8bc90
tree8bbf5afc445e73beea6251d97dc27d3799e54a72
parent0a95e67b49ea5e27abc27d07bab8d9fe127dd628
powerpc/pseries: include linux/types.h in asm/hvcall.h

Commit 861c3422cae9 ("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: 861c3422cae9 ("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