mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.c
rxe_loc.h is already included in rxe.h so do not include it in rxe_pool.c Link: https://lore.kernel.org/r/20211103050241.61293-7-rpearsonhpe@gmail.com Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
committed by
Jason Gunthorpe
parent
b92d766c87
commit
38ee25a311
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include "rxe.h"
|
||||
#include "rxe_loc.h"
|
||||
|
||||
static const struct rxe_type_info {
|
||||
const char *name;
|
||||
|
||||
Reference in New Issue
Block a user