The patch titled Fix libata warnings with CONFIG_PM=n has been removed from the -mm tree. Its filename was fix-libata-warnings-with-config_pm=n.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: Fix libata warnings with CONFIG_PM=n From: Gabriel C <nix.or.die@xxxxxxxxxxxxxx> drivers/ata/libata-core.c:5993: warning: 'ata_host_disable_link_pm' defined but not used drivers/ata/libata-core.c:6004: warning: 'ata_host_enable_link_pm' defined but not used Signed-off-by: Gabriel Craciunescu <nix.or.die@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/ata/libata-core.c~fix-libata-warnings-with-config_pm=n drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~fix-libata-warnings-with-config_pm=n +++ a/drivers/ata/libata-core.c @@ -5923,6 +5923,7 @@ int ata_flush_cache(struct ata_device *d return 0; } +#ifdef CONFIG_PM static void ata_host_disable_link_pm(struct ata_host *host) { int i; @@ -5944,7 +5945,7 @@ static void ata_host_enable_link_pm(stru } } -#ifdef CONFIG_PM + static int ata_host_request_pm(struct ata_host *host, pm_message_t mesg, unsigned int action, unsigned int ehi_flags, int wait) _ Patches currently in -mm which might be from nix.or.die@xxxxxxxxxxxxxx are git-powerpc.patch git-kvm.patch fix-libata-warnings-with-config_pm=n.patch git-scsi-misc.patch drivers-scsi-g_ncr5380c-ncr53c400_pseudo_dma-is-not.patch fix-drivers-scsi-fdomainc-config_pci=n-warnings.patch pci-align-bar-settings-for-legacy-mode-ide.patch cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling-fix-a-section-mismatch-warning.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