mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 05:05:40 +07:00
45591da765
allyesconfig fails with:
./usr/include/asm/vas-api.h:15:2: error: unknown type name '__u32'
15 | __u32 version;
| ^~~~~
./usr/include/asm/vas-api.h:16:2: error: unknown type name '__s16'
16 | __s16 vas_id; /* specific instance of vas or -1 for default */
| ^~~~~
./usr/include/asm/vas-api.h:17:2: error: unknown type name '__u16'
17 | __u16 reserved1;
| ^~~~~
./usr/include/asm/vas-api.h:18:2: error: unknown type name '__u64'
18 | __u64 flags; /* Future use */
| ^~~~~
./usr/include/asm/vas-api.h:19:2: error: unknown type name '__u64'
19 | __u64 reserved2[6];
| ^~~~~
uapi headers should be self contained, so add an include of
linux/types.h.
Fixes:
|
||
---|---|---|
.. | ||
auxvec.h | ||
bitsperlong.h | ||
bootx.h | ||
bpf_perf_event.h | ||
byteorder.h | ||
cputable.h | ||
eeh.h | ||
elf.h | ||
epapr_hcalls.h | ||
errno.h | ||
fcntl.h | ||
ioctl.h | ||
ioctls.h | ||
ipcbuf.h | ||
Kbuild | ||
kvm_para.h | ||
kvm.h | ||
mman.h | ||
msgbuf.h | ||
nvram.h | ||
opal-prd.h | ||
perf_event.h | ||
perf_regs.h | ||
posix_types.h | ||
ps3fb.h | ||
ptrace.h | ||
sembuf.h | ||
setup.h | ||
shmbuf.h | ||
sigcontext.h | ||
signal.h | ||
socket.h | ||
spu_info.h | ||
stat.h | ||
swab.h | ||
termbits.h | ||
termios.h | ||
tm.h | ||
types.h | ||
ucontext.h | ||
unistd.h | ||
vas-api.h |