]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[SCSI] aic79xx: make ahd_set_tags() static
authorAdrian Bunk <bunk@stusta.de>
Fri, 20 Oct 2006 21:48:07 +0000 (14:48 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 25 Oct 2006 22:14:25 +0000 (15:14 -0700)
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>
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)
 {