mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
mlxbf_gige: Remove two unused function declarations
Commit f92e1869d7 ("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>
This commit is contained in:
committed by
Jakub Kicinski
parent
90ed8d3dc3
commit
98261be155
@@ -175,9 +175,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