The patch titled ata-ahci-alpm-enable-link-power-management-for-ata-drivers fix has been removed from the -mm tree. Its filename was ata-ahci-alpm-enable-link-power-management-for-ata-drivers-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: ata-ahci-alpm-enable-link-power-management-for-ata-drivers fix From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> drivers/ata/libata-core.c: In function 'ata_dev_configure': drivers/ata/libata-core.c:2039: error: implicit declaration of function 'ata_device_blacklisted' Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ata/libata-core.c~ata-ahci-alpm-enable-link-power-management-for-ata-drivers-fix drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~ata-ahci-alpm-enable-link-power-management-for-ata-drivers-fix +++ a/drivers/ata/libata-core.c @@ -2038,7 +2038,7 @@ int ata_dev_configure(struct ata_device dev->max_sectors = min_t(unsigned int, ATA_MAX_SECTORS_128, dev->max_sectors); - if (ata_device_blacklisted(dev) & ATA_HORKAGE_ALPM) { + if (ata_dev_blacklisted(dev) & ATA_HORKAGE_ALPM) { dev->horkage |= ATA_HORKAGE_ALPM; /* reset link pm_policy for this port to no pm */ _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are git-alsa.patch git-kvm.patch ata-ahci-alpm-enable-link-power-management-for-ata-drivers-fix.patch fs-remove-some-aop_truncated_page-fix.patch revoke-special-mmap-handling-vs-fault-vs-invalidate.patch reiser4.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html