-
- Downloads
libata-sff: ata_sff_irq_clear() is BMDMA specific
ata_sff_irq_clear() is BMDMA specific. Rename it to ata_bmdma_irq_clear(), move it to ata_bmdma_port_ops and make ->sff_irq_clear() optional. Note: ata_bmdma_irq_clear() is actually only needed by ata_piix and possibly by sata_sil. This should be moved to respective low level drivers later. Signed-off-by:Tejun Heo <tj@kernel.org> Signed-off-by:
Jeff Garzik <jgarzik@redhat.com>
Showing
- drivers/ata/libata-sff.c 37 additions, 30 deletionsdrivers/ata/libata-sff.c
- drivers/ata/pata_bf54x.c 1 addition, 1 deletiondrivers/ata/pata_bf54x.c
- drivers/ata/pata_scc.c 1 addition, 1 deletiondrivers/ata/pata_scc.c
- drivers/ata/sata_nv.c 1 addition, 1 deletiondrivers/ata/sata_nv.c
- drivers/ata/sata_sil.c 2 additions, 2 deletionsdrivers/ata/sata_sil.c
- drivers/ata/sata_via.c 1 addition, 1 deletiondrivers/ata/sata_via.c
- include/linux/libata.h 1 addition, 0 deletionsinclude/linux/libata.h
Loading
Please register or sign in to comment