diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-02-23 14:35:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-23 10:55:08 -0500 |
commit | c12f4d761dd2313ae4f457041df3ec0c603aa76a (patch) | |
tree | 0d5496ee2d641626fae4bc83a0469b322797b6bb /drivers/net/ethernet/mellanox/mlx4/intf.c | |
parent | ea3ebc73b46fbdb049dafd47543bb22efaa09c8e (diff) | |
download | talos-op-linux-c12f4d761dd2313ae4f457041df3ec0c603aa76a.tar.gz talos-op-linux-c12f4d761dd2313ae4f457041df3ec0c603aa76a.zip |
uapi: fix linux/rds.h userspace compilation errors
Consistently use types from linux/types.h to fix the following
linux/rds.h userspace compilation errors:
/usr/include/linux/rds.h:198:2: error: unknown type name 'u8'
u8 rx_traces;
/usr/include/linux/rds.h:199:2: error: unknown type name 'u8'
u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
/usr/include/linux/rds.h:203:2: error: unknown type name 'u8'
u8 rx_traces;
/usr/include/linux/rds.h:204:2: error: unknown type name 'u8'
u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
/usr/include/linux/rds.h:205:2: error: unknown type name 'u64'
u64 rx_trace[RDS_MSG_RX_DGRAM_TRACE_MAX];
Fixes: 3289025aedc0 ("RDS: add receive message trace used by application")
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/intf.c')
0 files changed, 0 insertions, 0 deletions