On Mon, Aug 29, 2022 at 12:06:04PM +0300, Leon Romanovsky wrote: > From: Chris Mi <cmi@xxxxxxxxxx> > > This patch doesn't change any functionality, but move one function > to mlx5_ib because it is not used by mlx5_core. > > The actual fix is in the next patch. > > Reviewed-by: Roi Dayan <roid@xxxxxxxxxx> > Signed-off-by: Chris Mi <cmi@xxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/mad.c | 25 +++++++++++++++++-- > .../net/ethernet/mellanox/mlx5/core/port.c | 23 ----------------- > include/linux/mlx5/driver.h | 2 -- > 3 files changed, 23 insertions(+), 27 deletions(-) > Thanks, applied.