aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic79xx_core.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-10-20 17:48:07 -0400
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-10-25 18:14:25 -0400
commitca3c3323931ef925497a9ffcb61c5eebe55f8e2b (patch)
treed15a3e866f942821aae3d5e5b0377e81b291b16a /drivers/scsi/aic7xxx/aic79xx_core.c
parent289fe5b1f99c5e61ed32796cbed0a1ecc3589041 (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_core.c')
-rw-r--r--drivers/scsi/aic7xxx/aic79xx_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c
index 7d53c6456d0..4c2b5a81711 100644
--- a/drivers/scsi/aic7xxx/aic79xx_core.c
+++ b/drivers/scsi/aic7xxx/aic79xx_core.c
@@ -3271,7 +3271,7 @@ ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
3271/* 3271/*
3272 * Update the current state of tagged queuing for a given target. 3272 * Update the current state of tagged queuing for a given target.
3273 */ 3273 */
3274void 3274static void
3275ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd, 3275ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd,
3276 struct ahd_devinfo *devinfo, ahd_queue_alg alg) 3276 struct ahd_devinfo *devinfo, ahd_queue_alg alg)
3277{ 3277{