bnad: make local variable static
Compile tested only. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Rasesh Mody <rmody@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d4589926d7
commit
482da0fab3
|
@ -52,7 +52,7 @@ MODULE_PARM_DESC(bna_debugfs_enable, "Enables debugfs feature, default=1,"
|
|||
/*
|
||||
* Global variables
|
||||
*/
|
||||
u32 bnad_rxqs_per_cq = 2;
|
||||
static u32 bnad_rxqs_per_cq = 2;
|
||||
static u32 bna_id;
|
||||
static struct mutex bnad_list_mutex;
|
||||
static LIST_HEAD(bnad_list);
|
||||
|
|
|
@ -367,7 +367,6 @@ struct bnad_drvinfo {
|
|||
* EXTERN VARIABLES
|
||||
*/
|
||||
extern const struct firmware *bfi_fw;
|
||||
extern u32 bnad_rxqs_per_cq;
|
||||
|
||||
/*
|
||||
* EXTERN PROTOTYPES
|
||||
|
|
Loading…
Reference in New Issue