diff options
author | Bob Pearson <rpearsonhpe@gmail.com> | 2022-06-30 14:04:21 -0500 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-06-30 20:45:00 -0300 |
commit | f5d1f6d63c9a1f52a2f6f5f489afcaae92e47f53 (patch) | |
tree | 7b9382de6a4d899f140d9369bd4eb6ed750772ea /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cae3fa541e623d286978d17e12e66a23c2185a1e (diff) |
RDMA/rxe: Replace include statement
rxe_queue.h currently includes <uapi/rdma/rdma_user_rxe.h> for a
definition of struct rxe_queue_buf. But it is only used as a pointer so
the definition is not needed.
This patch replaces the include statement with the declaration
struct rxe_queue_buf;
Link: https://lore.kernel.org/r/20220630190425.2251-5-rpearsonhpe@gmail.com
Reported-by: Frank Zago <frank.zago@hpe.com>
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions