diff options
| -rw-r--r-- | drivers/scsi/aic7xxx/aic79xx.h | 5 | ||||
| -rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_core.c | 2 |
2 files changed, 1 insertions, 6 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 *, |
diff --git a/drivers/scsi/aic7xxx/aic79xx_core.c b/drivers/scsi/aic7xxx/aic79xx_core.c index 7d53c6456d04..4c2b5a817111 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 | */ |
| 3274 | void | 3274 | static void |
| 3275 | ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd, | 3275 | ahd_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 | { |
