diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-10-20 17:48:07 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-10-25 18:14:25 -0400 |
commit | ca3c3323931ef925497a9ffcb61c5eebe55f8e2b (patch) | |
tree | d15a3e866f942821aae3d5e5b0377e81b291b16a /drivers/scsi/aic7xxx/aic79xx.h | |
parent | 289fe5b1f99c5e61ed32796cbed0a1ecc3589041 (diff) |
[SCSI] aic79xx: make ahd_set_tags() static
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx.h b/drivers/scsi/aic7xxx/aic79xx.h index b19a07cb2ab2..170a4344cbb2 100644 --- a/drivers/scsi/aic7xxx/aic79xx.h +++ b/drivers/scsi/aic7xxx/aic79xx.h | |||
@@ -1428,11 +1428,6 @@ typedef enum { | |||
1428 | AHD_QUEUE_TAGGED | 1428 | AHD_QUEUE_TAGGED |
1429 | } ahd_queue_alg; | 1429 | } ahd_queue_alg; |
1430 | 1430 | ||
1431 | void ahd_set_tags(struct ahd_softc *ahd, | ||
1432 | struct scsi_cmnd *cmd, | ||
1433 | struct ahd_devinfo *devinfo, | ||
1434 | ahd_queue_alg alg); | ||
1435 | |||
1436 | /**************************** Target Mode *************************************/ | 1431 | /**************************** Target Mode *************************************/ |
1437 | #ifdef AHD_TARGET_MODE | 1432 | #ifdef AHD_TARGET_MODE |
1438 | void ahd_send_lstate_events(struct ahd_softc *, | 1433 | void ahd_send_lstate_events(struct ahd_softc *, |