[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>
This commit is contained in:
Adrian Bunk 2006-10-20 14:48:07 -07:00 committed by James Bottomley
parent 289fe5b1f9
commit ca3c332393
2 changed files with 1 additions and 6 deletions

View file

@ -1428,11 +1428,6 @@ typedef enum {
AHD_QUEUE_TAGGED AHD_QUEUE_TAGGED
} ahd_queue_alg; } ahd_queue_alg;
void ahd_set_tags(struct ahd_softc *ahd,
struct scsi_cmnd *cmd,
struct ahd_devinfo *devinfo,
ahd_queue_alg alg);
/**************************** Target Mode *************************************/ /**************************** Target Mode *************************************/
#ifdef AHD_TARGET_MODE #ifdef AHD_TARGET_MODE
void ahd_send_lstate_events(struct ahd_softc *, void ahd_send_lstate_events(struct ahd_softc *,

View file

@ -3271,7 +3271,7 @@ ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
/* /*
* Update the current state of tagged queuing for a given target. * Update the current state of tagged queuing for a given target.
*/ */
void static void
ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd, ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd,
struct ahd_devinfo *devinfo, ahd_queue_alg alg) struct ahd_devinfo *devinfo, ahd_queue_alg alg)
{ {