]> Git Repo - linux.git/commitdiff
[SCSI] aic79xx: make ahd_set_tags() static
authorAdrian Bunk <[email protected]>
Fri, 20 Oct 2006 21:48:07 +0000 (14:48 -0700)
committerJames Bottomley <[email protected]>
Wed, 25 Oct 2006 22:14:25 +0000 (15:14 -0700)
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Hannes Reinecke <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/aic7xxx/aic79xx.h
drivers/scsi/aic7xxx/aic79xx_core.c

index b19a07cb2ab24b3cd0379500651770384c104f93..170a4344cbb2a62ee9446dd57e40339a1b7d98ff 100644 (file)
@@ -1428,11 +1428,6 @@ typedef enum {
        AHD_QUEUE_TAGGED
 } 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 *************************************/
 #ifdef AHD_TARGET_MODE
 void           ahd_send_lstate_events(struct ahd_softc *,
index 7d53c6456d04959301140cfb650e09534682a45f..4c2b5a817111ffbbc4d7aab111937e27c53a31a0 100644 (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.
  */
-void
+static void
 ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd,
             struct ahd_devinfo *devinfo, ahd_queue_alg alg)
 {
This page took 0.078765 seconds and 4 git commands to generate.