Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 482da0fa authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

bnad: make local variable static



Compile tested only.

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Acked-by: default avatarRasesh Mody <rmody@brocade.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d4589926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+0 −1
Original line number Diff line number Diff line
@@ -367,7 +367,6 @@ struct bnad_drvinfo {
 * EXTERN VARIABLES
 */
extern const struct firmware *bfi_fw;
extern u32		bnad_rxqs_per_cq;

/*
 * EXTERN PROTOTYPES