mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user