The patch titled emu10k1: mark midi_spinlock as used has been added to the -mm tree. Its filename is emu10k1-mark-midi_spinlock-as-used.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: emu10k1: mark midi_spinlock as used From: Alexey Dobriyan <adobriyan@xxxxxxxxx> [PATCH] Mark midi_spinlock as used Why is it marked unused when in fact it's used? Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/oss/emu10k1/midi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN sound/oss/emu10k1/midi.c~emu10k1-mark-midi_spinlock-as-used sound/oss/emu10k1/midi.c --- devel/sound/oss/emu10k1/midi.c~emu10k1-mark-midi_spinlock-as-used 2006-05-30 14:31:27.000000000 -0700 +++ devel-akpm/sound/oss/emu10k1/midi.c 2006-05-30 14:31:27.000000000 -0700 @@ -45,7 +45,7 @@ #include "../sound_config.h" #endif -static DEFINE_SPINLOCK(midi_spinlock __attribute((unused))); +static DEFINE_SPINLOCK(midi_spinlock); static void init_midi_hdr(struct midi_hdr *midihdr) { _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are git-acpi.patch remove-acpi_os_create_lock-acpi_os_delete_lock.patch git-cifs.patch git-mtd.patch git-netdev-all.patch nfs-really-return-status-from-decode_recall_args.patch x86-dont-trigger-full-rebuild-via-config_mtrr.patch dont-trigger-full-rebuild-via-config_x86_mce.patch remove-config_parport_arc-drivers-parport-parport_arcc.patch two-additions-to-linux-documentation-ioctl-numbertxt.patch more-bug_on-conversion.patch emu10k1-mark-midi_spinlock-as-used.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.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