diff options
author | 2017-08-06 18:44:27 +0200 | |
---|---|---|
committer | 2017-08-06 18:44:27 +0200 | |
commit | 472b46c352c9ff0b6fa57dbf85d77c51901a3368 (patch) | |
tree | 4eb1585dd0b0c6bea6a1f4412919c287892cf786 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next (diff) | |
download | wireguard-linux-472b46c352c9ff0b6fa57dbf85d77c51901a3368.tar.xz wireguard-linux-472b46c352c9ff0b6fa57dbf85d77c51901a3368.zip |
uapi linux/kfd_ioctl.h: only use __u32 and __u64
Include <drm/drm.h> instead of <linux/types.h> which on Linux includes
<linux/types.h> and on non-Linux platforms defines __u32 etc types.
Fixes user space compilation errors like:
linux/kfd_ioctl.h:33:2: error: unknown type name ‘uint32_t’
uint32_t major_version; /* from KFD */
^~~~~~~~
Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions