The patch titled atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang-tidy has been removed from the -mm tree. Its filename was atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang-tidy.patch This patch was dropped because it was folded into atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang.patch ------------------------------------------------------ Subject: atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang-tidy From: Andrew Morton <akpm@xxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxx> Cc: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/pci/atiixp.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/ide/pci/atiixp.c~atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang-tidy drivers/ide/pci/atiixp.c --- a/drivers/ide/pci/atiixp.c~atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang-tidy +++ a/drivers/ide/pci/atiixp.c @@ -46,7 +46,7 @@ static atiixp_ide_timing mdma_timing[] = static int save_mdma_mode[4]; -static spinlock_t atiixp_lock; +static DEFINE_SPINLOCK(atiixp_lock); /** * atiixp_ratemask - compute rate mask for ATIIXP IDE @@ -382,7 +382,6 @@ static struct pci_driver driver = { static int atiixp_ide_init(void) { - spin_lock_init(&atiixp_lock); return ide_pci_register_driver(&driver); } _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again.patch kernelparams-detect-if-and-which-parameter-parsing-enabled-irqs.patch pci-prevent-down_read-when-pci_devices-is-empty.patch atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang.patch atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang-tidy.patch ip2-warning-fix.patch shrink_all_memory-fix-lru_pages-handling.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