mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
powerpc/pseries: include linux/types.h in asm/hvcall.h
Commit6e032b350c
("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:6e032b350c
("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>
This commit is contained in:
parent
236003e6b5
commit
1b689a95ce
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@
|
||||||
#define PROC_TABLE_GTSE 0x01
|
#define PROC_TABLE_GTSE 0x01
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* plpar_hcall_norets: - Make a pseries hypervisor call with no return arguments
|
* plpar_hcall_norets: - Make a pseries hypervisor call with no return arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue