mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 13:02:35 -04:00
net: liquidio: Remove unused declarations
Commitda15c78b56("liquidio CN23XX: VF register access") declared cn23xx_dump_vf_initialized_regs() but never implemented it. octeon_dump_soft_command() is never implemented and used since introduction in commit35878618c9("liquidio: Added delayed work for periodically updating the link statistics."). And finally, a few other declarations were never implenmented since introduction in commitf21fb3ed36("Add support of Cavium Liquidio ethernet adapters"). Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20240824083107.3639602-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
9a4556862d
commit
0eaebf738e
@@ -86,7 +86,6 @@ u32
|
||||
lio_cn6xxx_update_read_index(struct octeon_instr_queue *iq);
|
||||
void lio_cn6xxx_enable_interrupt(struct octeon_device *oct, u8 unused);
|
||||
void lio_cn6xxx_disable_interrupt(struct octeon_device *oct, u8 unused);
|
||||
void cn6xxx_get_pcie_qlmport(struct octeon_device *oct);
|
||||
void lio_cn6xxx_setup_reg_address(struct octeon_device *oct, void *chip,
|
||||
struct octeon_reg_list *reg_list);
|
||||
u32 lio_cn6xxx_coprocessor_clock(struct octeon_device *oct);
|
||||
|
||||
Reference in New Issue
Block a user