make ata_scsi_lpm_get() static
authorAdrian Bunk <bunk@kernel.org>
Tue, 30 Oct 2007 23:50:23 +0000 (00:50 +0100)
committerJeff Garzik <jeff@garzik.org>
Sat, 3 Nov 2007 12:46:29 +0000 (08:46 -0400)
ata_scsi_lpm_get() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-scsi.c

index fc89590..245057d 100644 (file)
@@ -120,7 +120,7 @@ static const struct {
        { MEDIUM_POWER, "medium_power" },
 };
 
-const char *ata_scsi_lpm_get(enum link_pm policy)
+static const char *ata_scsi_lpm_get(enum link_pm policy)
 {
        int i;