Re: [PATCH] kill dummy init_dma_* from drivers/ide/pci/

From: Bartlomiej Zolnierkiewicz
Date: Fri Oct 03 2003 - 19:03:36 EST



[IDE] ns87415: kill dummy init_dma_ns87415()

drivers/ide/pci/ns87415.c | 5 -----
drivers/ide/pci/ns87415.h | 2 --
2 files changed, 7 deletions(-)

diff -puN drivers/ide/pci/ns87415.c~ide-ns87415-init_dma drivers/ide/pci/ns87415.c
--- linux-2.6.0-test6-bk2/drivers/ide/pci/ns87415.c~ide-ns87415-init_dma 2003-10-04 01:00:59.548345088 +0200
+++ linux-2.6.0-test6-bk2-root/drivers/ide/pci/ns87415.c 2003-10-04 01:00:59.554344176 +0200
@@ -217,11 +217,6 @@ static void __init init_hwif_ns87415 (id
hwif->drives[1].autodma = hwif->autodma;
}

-static void __init init_dma_ns87415 (ide_hwif_t *hwif, unsigned long dmabase)
-{
- ide_setup_dma(hwif, dmabase, 8);
-}
-
extern void ide_setup_pci_device(struct pci_dev *, ide_pci_device_t *);

static int __devinit ns87415_init_one(struct pci_dev *dev, const struct pci_device_id *id)
diff -puN drivers/ide/pci/ns87415.h~ide-ns87415-init_dma drivers/ide/pci/ns87415.h
--- linux-2.6.0-test6-bk2/drivers/ide/pci/ns87415.h~ide-ns87415-init_dma 2003-10-04 01:00:59.550344784 +0200
+++ linux-2.6.0-test6-bk2-root/drivers/ide/pci/ns87415.h 2003-10-04 01:01:36.634707104 +0200
@@ -6,7 +6,6 @@
#include <linux/ide.h>

static void init_hwif_ns87415(ide_hwif_t *);
-static void init_dma_ns87415(ide_hwif_t *, unsigned long);

static ide_pci_device_t ns87415_chipsets[] __devinitdata = {
{ /* 0 */
@@ -16,7 +15,6 @@ static ide_pci_device_t ns87415_chipsets
.init_chipset = NULL,
.init_iops = NULL,
.init_hwif = init_hwif_ns87415,
- .init_dma = init_dma_ns87415,
.channels = 2,
.autodma = AUTODMA,
.enablebits = {{0x00,0x00,0x00}, {0x00,0x00,0x00}},

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/