1
0
Fork 0

make ata_scsi_lpm_get() static

ata_scsi_lpm_get() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
hifive-unleashed-5.1
Adrian Bunk 2007-10-31 00:50:23 +01:00 committed by Jeff Garzik
parent 1992a5ede1
commit a2d6ed149c
1 changed files with 1 additions and 1 deletions

View 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;