diff options
author | Mark Haverkamp <markh@osdl.org> | 2006-02-01 09:30:55 -0800 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-04 16:16:07 -0600 |
commit | bfb35aa85057da4336af56a7f26e08031f4e3468 (patch) | |
tree | bd603a7e6df5a3e232b520bf4aa3804b89046c68 /drivers/scsi/aacraid/dpcsup.c | |
parent | d8a571135aad527e5984c8094b7977c6914f2550 (diff) | |
download | blackbird-op-linux-bfb35aa85057da4336af56a7f26e08031f4e3468.tar.gz blackbird-op-linux-bfb35aa85057da4336af56a7f26e08031f4e3468.zip |
[SCSI] aacraid: Update global function names
Received from Mark Salyzyn,
Reduce the possibility of namespace collision. Prefix with aac_.
Signed-off-by: Mark Haverkamp <markh@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aacraid/dpcsup.c')
-rw-r--r-- | drivers/scsi/aacraid/dpcsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/dpcsup.c b/drivers/scsi/aacraid/dpcsup.c index 439948ef8251..f6bcb9486f85 100644 --- a/drivers/scsi/aacraid/dpcsup.c +++ b/drivers/scsi/aacraid/dpcsup.c @@ -206,7 +206,7 @@ unsigned int aac_command_normal(struct aac_queue *q) * Set the status of this FIB */ *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); - fib_adapter_complete(fib, sizeof(u32)); + aac_fib_adapter_complete(fib, sizeof(u32)); spin_lock_irqsave(q->lock, flags); } } |