diff options
author | 2017-02-24 03:28:13 +0300 | |
---|---|---|
committer | 2017-03-24 22:01:35 -0400 | |
commit | 812755d69efcf7c12fded57983d456647a0bbadd (patch) | |
tree | da374a04816a1049636f7bd5fe902fe5b9e20a24 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | IB/core: Restore I/O MMU, s390 and powerpc support (diff) | |
download | linux-dev-812755d69efcf7c12fded57983d456647a0bbadd.tar.xz linux-dev-812755d69efcf7c12fded57983d456647a0bbadd.zip |
uapi: fix rdma/mlx5-abi.h userspace compilation errors
Consistently use types from linux/types.h to fix the following
rdma/mlx5-abi.h userspace compilation errors:
/usr/include/rdma/mlx5-abi.h:69:25: error: 'u64' undeclared here (not in a function)
MLX5_LIB_CAP_4K_UAR = (u64)1 << 0,
/usr/include/rdma/mlx5-abi.h:69:29: error: expected ',' or '}' before numeric constant
MLX5_LIB_CAP_4K_UAR = (u64)1 << 0,
Include <linux/if_ether.h> to fix the following rdma/mlx5-abi.h
userspace compilation error:
/usr/include/rdma/mlx5-abi.h:286:12: error: 'ETH_ALEN' undeclared here (not in a function)
__u8 dmac[ETH_ALEN];
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions