ice: Get rid of ice_cleanup_header
authorKrzysztof Kazimierczak <krzysztof.kazimierczak@intel.com>
Wed, 9 Oct 2019 14:09:51 +0000 (07:09 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 7 Nov 2019 00:41:45 +0000 (16:41 -0800)
commit133f4883f9066822a684252f7850cf06db7c10de
treeb59383c8a98a38d3d46d9ff44952ec9d66461a16
parente18ff118181bca507a9e52effc8dd587224925f5
ice: Get rid of ice_cleanup_header

ice_cleanup_hdrs() has been stripped of most of its content, it only serves
as a wrapper for eth_skb_pad(). We can get rid of it altogether and
simplify the codebase.

Signed-off-by: Krzysztof Kazimierczak <krzysztof.kazimierczak@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_txrx.c