On Thu, Aug 09, 2007 at 01:51:06AM -0700, Andrew Morton wrote: >... > Changes since 2.6.23-rc2-mm1: >... > +alpm-enable-link-power-management-for-ata-drivers.patch >... > Updated ATA Aggressive Link Power Management patches >... ata_scsi_link_pm_policy() can become static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> --- 91a4450d6bf353600316328f0a95299e8bb17ee0 diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index ce631eb..1db065c 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -121,7 +121,7 @@ static const struct { { MEDIUM_POWER, "medium_power" }, }; -const char *ata_scsi_link_pm_policy(enum link_pm policy) +static const char *ata_scsi_link_pm_policy(enum link_pm policy) { int i; char *name = NULL; - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html