commit | 1b689a95ce7427075f9ac9fb4aea1af530742b7f | [log] [tgz] |
---|---|---|
author | Michal Suchanek <msuchanek@suse.de> | Mon Jan 15 14:30:03 2018 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jan 17 23:30:46 2018 +1100 |
tree | 8bbf5afc445e73beea6251d97dc27d3799e54a72 | |
parent | 236003e6b5443c45c18e613d2b0d776a9f87540e [diff] |
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 <msuchanek@suse.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>