summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic79xx.h
diff options
context:
space:
mode:
authorAdrian Bunk2007-02-06 01:38:27 +0100
committerJames Bottomley2007-02-08 00:30:19 +0100
commita76106afbeb0c7d50762e7e5239496e5f7a0a074 (patch)
tree4c2b99e7a08f09b7bb354e94293b63c0b38c56b1 /drivers/scsi/aic7xxx/aic79xx.h
parent[SCSI] DAC960: kmalloc->kzalloc/Casting cleanups (diff)
downloadkernel-qcow2-linux-a76106afbeb0c7d50762e7e5239496e5f7a0a074.tar.gz
kernel-qcow2-linux-a76106afbeb0c7d50762e7e5239496e5f7a0a074.tar.xz
kernel-qcow2-linux-a76106afbeb0c7d50762e7e5239496e5f7a0a074.zip
[SCSI] aic79xx: make ahd_match_scb() static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx.h')
-rw-r--r--drivers/scsi/aic7xxx/aic79xx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx.h b/drivers/scsi/aic7xxx/aic79xx.h
index 170a4344cbb2..27adbb294ac1 100644
--- a/drivers/scsi/aic7xxx/aic79xx.h
+++ b/drivers/scsi/aic7xxx/aic79xx.h
@@ -1337,9 +1337,6 @@ int ahd_pci_test_register_access(struct ahd_softc *);
/************************** SCB and SCB queue management **********************/
void ahd_qinfifo_requeue_tail(struct ahd_softc *ahd,
struct scb *scb);
-int ahd_match_scb(struct ahd_softc *ahd, struct scb *scb,
- int target, char channel, int lun,
- u_int tag, role_t role);
/****************************** Initialization ********************************/
struct ahd_softc *ahd_alloc(void *platform_arg, char *name);