mirror of
https://github.com/adulau/aha.git
synced 2025-01-05 15:43:22 +00:00
[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:
parent
289fe5b1f9
commit
ca3c332393
2 changed files with 1 additions and 6 deletions
|
@ -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 *,
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue