Skip to content

Commit

Permalink
make ata_scsi_lpm_get() static
Browse files Browse the repository at this point in the history
ata_scsi_lpm_get() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed Nov 3, 2007
1 parent 1992a5e commit a2d6ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a2d6ed1

Please sign in to comment.