diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2020-09-26 03:56:45 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2020-09-28 22:50:12 +0300 |
| commit | f049b826a814a7bb0de7a4a458ce88869701fd87 (patch) | |
| tree | e6d8377db208b81275d65b391413fcc7165e035e /drivers/net/ethernet/intel/ice/ice_flex_pipe.h | |
| parent | 40a98cb6f01f013b8ab0ce7b28f705423ee16836 (diff) | |
| download | linux-f049b826a814a7bb0de7a4a458ce88869701fd87.tar.xz | |
ice: remove unused args from ice_get_open_tunnel_port()
ice_get_open_tunnel_port() is always passed TNL_ALL
as the second parameter.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_flex_pipe.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_flex_pipe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_flex_pipe.h b/drivers/net/ethernet/intel/ice/ice_flex_pipe.h index 568ea519af51..a18c87d9d9b1 100644 --- a/drivers/net/ethernet/intel/ice/ice_flex_pipe.h +++ b/drivers/net/ethernet/intel/ice/ice_flex_pipe.h @@ -19,8 +19,7 @@ #define ICE_PKG_CNT 4 bool -ice_get_open_tunnel_port(struct ice_hw *hw, enum ice_tunnel_type type, - u16 *port); +ice_get_open_tunnel_port(struct ice_hw *hw, u16 *port); enum ice_status ice_create_tunnel(struct ice_hw *hw, enum ice_tunnel_type type, u16 port); enum ice_status ice_destroy_tunnel(struct ice_hw *hw, u16 port, bool all); |
