]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: aic7xxx: make a couple of functions static
authorColin Ian King <colin.king@canonical.com>
Thu, 5 Oct 2017 12:01:53 +0000 (13:01 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 17 Oct 2017 02:40:18 +0000 (22:40 -0400)
Functions ahc_devlimited_syncrate and ahc_linux_initialize_scsi_bus are
declared static in their prototypes but are missing in their
definitions, so add the missing static.

Cleans up sparse warnings: symbol 'ahc_devlimited_syncrate' was not
declared. Should it be static?  symbol 'ahc_linux_initialize_scsi_bus'
was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aic7xxx/aic7xxx_core.c
drivers/scsi/aic7xxx/aic7xxx_osm.c

index 381846164003129458d4bab4020587f4276c67f6..6612ff3b2e8322c9b657ad3bd37c9d5861c6bf58 100644 (file)
@@ -2212,7 +2212,7 @@ ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force)
  * by the capabilities of the bus connectivity of and sync settings for
  * the target.
  */
-const struct ahc_syncrate *
+static const struct ahc_syncrate *
 ahc_devlimited_syncrate(struct ahc_softc *ahc,
                        struct ahc_initiator_tinfo *tinfo,
                        u_int *period, u_int *ppr_options, role_t role)
index acd687f4554e7349416cb098d881dbf7d018ec37..c6be3aeb302b578e5c09051641945ce25af9ea16 100644 (file)
@@ -1141,7 +1141,7 @@ ahc_linux_register_host(struct ahc_softc *ahc, struct scsi_host_template *templa
  * or forcing transfer negotiations on the next command to any
  * target.
  */
-void
+static void
 ahc_linux_initialize_scsi_bus(struct ahc_softc *ahc)
 {
        int i;