The patch titled initializer entry defined twice in pata_rz1000 has been added to the -mm tree. Its filename is initializer-entry-defined-twice-in-pata_rz1000.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: initializer entry defined twice in pata_rz1000 From: Ira Snyder <kernel@xxxxxxxxxxxxx> This removes the extra definition of the .error_handler member in the pata_rz1000 driver. Signed-off-by: Ira W. Snyder <kernel@xxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ata/pata_rz1000.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/ata/pata_rz1000.c~initializer-entry-defined-twice-in-pata_rz1000 drivers/ata/pata_rz1000.c --- a/drivers/ata/pata_rz1000.c~initializer-entry-defined-twice-in-pata_rz1000 +++ a/drivers/ata/pata_rz1000.c @@ -105,8 +105,6 @@ static struct ata_port_operations rz1000 .exec_command = ata_exec_command, .dev_select = ata_std_dev_select, - .error_handler = rz1000_error_handler, - .bmdma_setup = ata_bmdma_setup, .bmdma_start = ata_bmdma_start, .bmdma_stop = ata_bmdma_stop, _ Patches currently in -mm which might be from kernel@xxxxxxxxxxxxx are initializer-entry-defined-twice-in-pata_rz1000.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