Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c43d5d3 authored by Parav Pandit's avatar Parav Pandit Committed by Jason Gunthorpe
Browse files

IB/core: Avoid exporting module internal ib_find_gid_by_filter()



ib_find_gid_by_filter() is used only by ib_core, therefore avoid
exporting it.

Signed-off-by: default avatarParav Pandit <parav@mellanox.com>
Reviewed-by: default avatarDaniel Jurgens <danielj@mellanox.com>
Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent fe78acf9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -880,7 +880,6 @@ int ib_find_gid_by_filter(struct ib_device *device,
					   port_num, filter,
					   context, index);
}
EXPORT_SYMBOL(ib_find_gid_by_filter);

int ib_get_cached_pkey(struct ib_device *device,
		       u8                port_num,