mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 04:21:36 -04:00
octeon_ep_vf: Remove octep_vf_wq
commit cb7dd71218 ("octeon_ep_vf: Add driver framework and device
initialization") added octep_vf_wq but it has never been used. Remove it.
Reported-by: Dr. David Alan Gilbert <linux@treblig.org>
Closes: https://lore.kernel.org/netdev/Z70bEoTKyeBau52q@gallifrey/
Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://patch.msgid.link/20250414-octeon-wq-v1-1-23700e4bd208@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
fd7c362fbb
commit
bbfc077d45
@@ -18,8 +18,6 @@
|
||||
#include "octep_vf_config.h"
|
||||
#include "octep_vf_main.h"
|
||||
|
||||
struct workqueue_struct *octep_vf_wq;
|
||||
|
||||
/* Supported Devices */
|
||||
static const struct pci_device_id octep_vf_pci_id_tbl[] = {
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_CAVIUM, OCTEP_PCI_DEVICE_ID_CN93_VF)},
|
||||
|
||||
@@ -320,8 +320,6 @@ static inline u16 OCTEP_VF_MINOR_REV(struct octep_vf_device *oct)
|
||||
#define octep_vf_read_csr64(octep_vf_dev, reg_off) \
|
||||
readq((octep_vf_dev)->mmio.hw_addr + (reg_off))
|
||||
|
||||
extern struct workqueue_struct *octep_vf_wq;
|
||||
|
||||
int octep_vf_device_setup(struct octep_vf_device *oct);
|
||||
int octep_vf_setup_iqs(struct octep_vf_device *oct);
|
||||
void octep_vf_free_iqs(struct octep_vf_device *oct);
|
||||
|
||||
Reference in New Issue
Block a user