mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
mlxbf_gige: Remove two unused function declarations
[ Upstream commit98261be155] Commitf92e1869d7("Add Mellanox BlueField Gigabit Ethernet driver") declared but never implemented these. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Simon Horman <horms@kernel.org> Reviewed-by: Asmaa Mnebhi <asmaa@nvidia.com> Link: https://lore.kernel.org/r/20230808145249.41596-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Stable-dep-of: df934abb185c ("mlxbf_gige: disable RX filters until RX path initialized") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
509a2c9a01
commit
bda765cbe0
@@ -148,9 +148,6 @@ enum mlxbf_gige_res {
|
||||
int mlxbf_gige_mdio_probe(struct platform_device *pdev,
|
||||
struct mlxbf_gige *priv);
|
||||
void mlxbf_gige_mdio_remove(struct mlxbf_gige *priv);
|
||||
irqreturn_t mlxbf_gige_mdio_handle_phy_interrupt(int irq, void *dev_id);
|
||||
void mlxbf_gige_mdio_enable_phy_int(struct mlxbf_gige *priv);
|
||||
|
||||
void mlxbf_gige_set_mac_rx_filter(struct mlxbf_gige *priv,
|
||||
unsigned int index, u64 dmac);
|
||||
void mlxbf_gige_get_mac_rx_filter(struct mlxbf_gige *priv,
|
||||
|
||||
Reference in New Issue
Block a user