diff options
author | Bob Pearson <[email protected]> | 2022-06-30 14:04:21 -0500 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2022-06-30 20:45:00 -0300 |
commit | f5d1f6d63c9a1f52a2f6f5f489afcaae92e47f53 (patch) | |
tree | 7b9382de6a4d899f140d9369bd4eb6ed750772ea /scripts/gdb/linux/modules.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/[email protected]
Reported-by: Frank Zago <[email protected]>
Signed-off-by: Bob Pearson <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions