Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279495
b: refs/heads/master
c: e1e0918
h: refs/heads/master
i:
  279493: 8b403b1
  279491: dea5bee
  279487: 53500ba
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Jan 5, 2012
1 parent 48b2fbc commit 9c8611d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 975419cf01fc6997879196d1c8f5ebffd30d3b20
refs/heads/master: e1e0918fcaea7b8100ed9f96f3ecd9eb9b867102
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/brocade/bna/bna_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ struct bna_ethport {

/* Doorbell structure */
struct bna_ib_dbell {
void *__iomem doorbell_addr;
void __iomem *doorbell_addr;
u32 doorbell_ack;
};

Expand Down Expand Up @@ -463,7 +463,7 @@ struct bna_tcb {
u32 consumer_index;
volatile u32 *hw_consumer_index;
u32 q_depth;
void *__iomem q_dbell;
void __iomem *q_dbell;
struct bna_ib_dbell *i_dbell;
int page_idx;
int page_count;
Expand Down Expand Up @@ -599,7 +599,7 @@ struct bna_rcb {
u32 producer_index;
u32 consumer_index;
u32 q_depth;
void *__iomem q_dbell;
void __iomem *q_dbell;
int page_idx;
int page_count;
/* Control path */
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/brocade/bna/bnad.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ MODULE_PARM_DESC(bna_debugfs_enable, "Enables debugfs feature, default=1,"
* Global variables
*/
u32 bnad_rxqs_per_cq = 2;
u32 bna_id;
struct mutex bnad_list_mutex;
LIST_HEAD(bnad_list);
static u32 bna_id;
static struct mutex bnad_list_mutex;
static LIST_HEAD(bnad_list);
static const u8 bnad_bcast_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/brocade/bna/bnad.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ struct bnad_drvinfo {
/*
* EXTERN VARIABLES
*/
extern struct firmware *bfi_fw;
extern const struct firmware *bfi_fw;
extern u32 bnad_rxqs_per_cq;

/*
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/brocade/bna/cna_fwimg.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* www.brocade.com
*/
#include <linux/firmware.h>
#include "bnad.h"
#include "bfi.h"
#include "cna.h"

Expand Down

0 comments on commit 9c8611d

Please sign in to comment.