The patch titled ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_handler() has been removed from the -mm tree. Its filename was acpi-get-rid-of-unused-variable-warning-in-acpi_ev_global_lock_handler.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ACPI: Get rid of 'unused variable' warning in acpi_ev_global_lock_handler() From: Jesper Juhl <jesper.juhl@xxxxxxxxx> drivers/acpi/events/evmisc.c: In function `acpi_ev_global_lock_handler': drivers/acpi/events/evmisc.c:334: warning: unused variable `status' Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/events/evmisc.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/acpi/events/evmisc.c~acpi-get-rid-of-unused-variable-warning-in-acpi_ev_global_lock_handler drivers/acpi/events/evmisc.c --- a/drivers/acpi/events/evmisc.c~acpi-get-rid-of-unused-variable-warning-in-acpi_ev_global_lock_handler +++ a/drivers/acpi/events/evmisc.c @@ -331,7 +331,6 @@ static void ACPI_SYSTEM_XFACE acpi_ev_gl static u32 acpi_ev_global_lock_handler(void *context) { u8 acquired = FALSE; - acpi_status status; /* * Attempt to get the lock _ Patches currently in -mm which might be from jesper.juhl@xxxxxxxxx are git-acpi.patch nfs-kill-obsolete-nfs_paranoia.patch isdn-avoid-a-potential-null-ptr-deref-in-ippp.patch video-sis-remove-unnecessary-variables-in-sis_ddc2delay.patch debug-shared-irqs.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