]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ice: Cleanup unused declarations
authorYue Haibing <yuehaibing@huawei.com>
Tue, 3 Sep 2024 12:22:34 +0000 (20:22 +0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 8 Oct 2024 22:22:32 +0000 (15:22 -0700)
commitac532f4f425107edcf836e933a1f64669669da1c
tree91e5913035504bb5518d1b98d974df2605735163
parent5f4493f06e81e0de5a22cbf0ae4ead7a3037208e
ice: Cleanup unused declarations

Since commit fff292b47ac1 ("ice: add VF representors one by one")
ice_eswitch_configure() is not used anymore.
Commit 1b8f15b64a00 ("ice: refactor filter functions") removed
ice_vsi_cfg_mac_fltr() but leave declaration.
Commit a24b4c6e9aab ("ice: xsk: Do not convert to buff to frame for
XDP_TX") leave ice_xmit_xdp_buff() declaration.

Commit 7cab44f1c35f ("ice: Introduce ETH56G PHY model for E825C
products") declared ice_phy_cfg_{rx,tx}_offset_eth56g(),
commit a1ffafb0b4a4 ("ice: Support configuring the device to Double
VLAN Mode") declared ice_pkg_buf_get_free_space(), and
commit 8a3a565ff210 ("ice: add admin commands to access cgu
configuration") declared ice_is_pca9575_present(), but all these never
be implemented.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_eswitch.h
drivers/net/ethernet/intel/ice/ice_flex_pipe.h
drivers/net/ethernet/intel/ice/ice_lib.h
drivers/net/ethernet/intel/ice/ice_ptp_hw.h
drivers/net/ethernet/intel/ice/ice_txrx_lib.h