]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.c
authorAlaa Hleihel <alaa@mellanox.com>
Tue, 2 Jun 2020 09:09:21 +0000 (12:09 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 25 Jun 2020 19:41:38 +0000 (12:41 -0700)
commit7a7994d83c06d1405f5d9369d9e93643f06caf01
treee513d5a70c345c8277ebfec91ba7871ea2a4e74b
parentd4a8356f6078409f5c6e5fbfec4d24a514ac1cc2
net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.c

After the cited commit, the header net/arp.h is no longer used in en_rep.c.
So, move it to the new file rep/neigh.c that uses it now.

Signed-off-by: Alaa Hleihel <alaa@mellanox.com>
Reviewed-by: Vlad Buslov <vladbu@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c