mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
scsi: fnic: Remove extern definition from .c files
Implement review comments from Martin:
Remove extern definition of fnic_fip_queue from .c files
Reviewed-by: Sesidhar Baddela <sebaddel@cisco.com>
Reviewed-by: Arulprabhu Ponnusamy <arulponn@cisco.com>
Reviewed-by: Gian Carlo Boffa <gcboffa@cisco.com>
Reviewed-by: Arun Easi <aeasi@cisco.com>
Signed-off-by: Karan Tilak Kumar <kartilak@cisco.com>
Link: https://lore.kernel.org/r/20250106224451.3597-2-kartilak@cisco.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
5b6179d4b6
commit
6cfba11510
@@ -7,8 +7,6 @@
|
||||
#include "fip.h"
|
||||
#include <linux/etherdevice.h>
|
||||
|
||||
extern struct workqueue_struct *fnic_fip_queue;
|
||||
|
||||
#define FIP_FNIC_RESET_WAIT_COUNT 15
|
||||
|
||||
/**
|
||||
|
||||
@@ -131,6 +131,8 @@ void fnic_fcoe_start_flogi(struct fnic *fnic);
|
||||
void fnic_fcoe_process_cvl(struct fnic *fnic, struct fip_header *fiph);
|
||||
void fnic_vlan_discovery_timeout(struct fnic *fnic);
|
||||
|
||||
extern struct workqueue_struct *fnic_fip_queue;
|
||||
|
||||
#ifdef FNIC_DEBUG
|
||||
static inline void
|
||||
fnic_debug_dump_fip_frame(struct fnic *fnic, struct ethhdr *eth,
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
#define MAX_RESET_WAIT_COUNT 64
|
||||
|
||||
extern struct workqueue_struct *fnic_fip_queue;
|
||||
struct workqueue_struct *fnic_event_queue;
|
||||
|
||||
static uint8_t FCOE_ALL_FCF_MAC[6] = FC_FCOE_FLOGI_MAC;
|
||||
|
||||
Reference in New Issue
Block a user