Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53671
b: refs/heads/master
c: 9695a25
h: refs/heads/master
i:
  53669: 739676f
  53667: a3d3a6a
  53663: 0d19217
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Apr 1, 2007
1 parent 0b20cb5 commit 173973e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 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: 3cfff0fc74bf5ac8213b5a2be583bf675ccd9511
refs/heads/master: 9695a25dbff788f26225966c43425e8bae7f06e8
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/aacraid/aacraid.h
Original file line number Diff line number Diff line change
Expand Up @@ -1843,8 +1843,11 @@ struct aac_driver_ident* aac_get_driver_ident(int devtype);
int aac_get_adapter_info(struct aac_dev* dev);
int aac_send_shutdown(struct aac_dev *dev);
int aac_probe_container(struct aac_dev *dev, int cid);
int _aac_rx_init(struct aac_dev *dev);
int aac_rx_select_comm(struct aac_dev *dev, int comm);
extern int numacb;
extern int acbsize;
extern char aac_driver_version[];
extern int startup_timeout;
extern int aif_timeout;
extern int expose_physicals;
2 changes: 0 additions & 2 deletions trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ static LIST_HEAD(aac_devices);
static int aac_cfg_major = -1;
char aac_driver_version[] = AAC_DRIVER_FULL_VERSION;

extern int expose_physicals;

/*
* Because of the way Linux names scsi devices, the order in this table has
* become important. Check for on-board Raid first, add-in cards second.
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/scsi/aacraid/nark.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ static int aac_nark_ioremap(struct aac_dev * dev, u32 size)

int aac_nark_init(struct aac_dev * dev)
{
extern int _aac_rx_init(struct aac_dev *dev);
extern int aac_rx_select_comm(struct aac_dev *dev, int comm);

/*
* Fill in the function dispatch table.
*/
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/scsi/aacraid/rkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
static int aac_rkt_select_comm(struct aac_dev *dev, int comm)
{
int retval;
extern int aac_rx_select_comm(struct aac_dev *dev, int comm);
retval = aac_rx_select_comm(dev, comm);
if (comm == AAC_COMM_MESSAGE) {
/*
Expand Down Expand Up @@ -97,8 +96,6 @@ static int aac_rkt_ioremap(struct aac_dev * dev, u32 size)

int aac_rkt_init(struct aac_dev *dev)
{
extern int _aac_rx_init(struct aac_dev *dev);

/*
* Fill in the function dispatch table.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ static void aac_rx_notify_adapter(struct aac_dev *dev, u32 event)
* Start up processing on an i960 based AAC adapter
*/

void aac_rx_start_adapter(struct aac_dev *dev)
static void aac_rx_start_adapter(struct aac_dev *dev)
{
struct aac_init *init;

Expand Down

0 comments on commit 173973e

Please sign in to comment.