The patch titled ata-ahci-alpm-enable-link-power-management-for-ata-drivers fix has been added to the -mm tree. Its filename is ata-ahci-alpm-enable-link-power-management-for-ata-drivers-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 @@ -2036,7 +2036,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 origin.patch git-kvm.patch ata-ahci-alpm-enable-link-power-management-for-ata-drivers-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