diff options
| author | Dmitry V. Levin <[email protected]> | 2018-11-01 11:03:08 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-11-05 20:46:35 +0000 |
| commit | aba118389a6fb2ad7958de0f37b5869852bd38cf (patch) | |
| tree | ec0fab048d3c84554334f6040b3b7c7bec85240e /drivers/gpu/drm/amd/include/atomfirmware.h | |
| parent | Linux 4.20-rc1 (diff) | |
| download | kernel-aba118389a6fb2ad7958de0f37b5869852bd38cf.tar.gz kernel-aba118389a6fb2ad7958de0f37b5869852bd38cf.zip | |
uapi: fix linux/kfd_ioctl.h userspace compilation errors
Consistently use types provided by <linux/types.h> via <drm/drm.h>
to fix the following linux/kfd_ioctl.h userspace compilation errors:
/usr/include/linux/kfd_ioctl.h:250:2: error: unknown type name 'uint32_t'
uint32_t reset_type;
/usr/include/linux/kfd_ioctl.h:251:2: error: unknown type name 'uint32_t'
uint32_t reset_cause;
/usr/include/linux/kfd_ioctl.h:252:2: error: unknown type name 'uint32_t'
uint32_t memory_lost;
/usr/include/linux/kfd_ioctl.h:253:2: error: unknown type name 'uint32_t'
uint32_t gpu_id;
Fixes: 0c119abad7f0d ("drm/amd: Add kfd ioctl defines for hw_exception event")
Cc: <[email protected]> # v4.19
Signed-off-by: Dmitry V. Levin <[email protected]>
Reviewed-by: Felix Kuehling <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/atomfirmware.h')
0 files changed, 0 insertions, 0 deletions
