Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca3c3323 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley
Browse files

[SCSI] aic79xx: make ahd_set_tags() static

parent 289fe5b1
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -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 *,
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)
{
{