net/mlx5e: Make choose LRO timeout function static
authorGal Pressman <galp@mellanox.com>
Wed, 31 Jan 2018 12:45:40 +0000 (14:45 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 26 Mar 2018 20:47:15 +0000 (13:47 -0700)
commit707129dceaf4b8c4721425d75e855aed4fd7b832
tree2e7fffd75c7f2eb26af7a51fa74f2e8a43a9932e
parentacac5ec0c2e77b79c7861db43d50640999d5d37b
net/mlx5e: Make choose LRO timeout function static

The function is used in en_main.c only, we can make it static and remove
its declaration from en.h

Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_main.c