lkml.org 
[lkml]   [2003]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [PATCH] kill dummy init_dma_* from drivers/ide/pci/
Date

[IDE] hpt34x: kill dummy init_dma_hpt34x()

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

diff -puN drivers/ide/pci/hpt34x.c~ide-hpt34x-init_dma drivers/ide/pci/hpt34x.c
--- linux-2.6.0-test6-bk2/drivers/ide/pci/hpt34x.c~ide-hpt34x-init_dma 2003-10-04 01:00:19.821384504 +0200
+++ linux-2.6.0-test6-bk2-root/drivers/ide/pci/hpt34x.c 2003-10-04 01:00:19.827383592 +0200
@@ -315,11 +315,6 @@ static void __init init_hwif_hpt34x (ide
hwif->drives[1].autodma = hwif->autodma;
}

-static void __init init_dma_hpt34x (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 hpt34x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
diff -puN drivers/ide/pci/hpt34x.h~ide-hpt34x-init_dma drivers/ide/pci/hpt34x.h
--- linux-2.6.0-test6-bk2/drivers/ide/pci/hpt34x.h~ide-hpt34x-init_dma 2003-10-04 01:00:19.823384200 +0200
+++ linux-2.6.0-test6-bk2-root/drivers/ide/pci/hpt34x.h 2003-10-04 01:00:19.827383592 +0200
@@ -33,7 +33,6 @@ static ide_pci_host_proc_t hpt34x_procs[

static unsigned int init_chipset_hpt34x(struct pci_dev *, const char *);
static void init_hwif_hpt34x(ide_hwif_t *);
-static void init_dma_hpt34x(ide_hwif_t *, unsigned long);

static ide_pci_device_t hpt34x_chipsets[] __devinitdata = {
{ /* 0 */
@@ -43,7 +42,6 @@ static ide_pci_device_t hpt34x_chipsets[
.init_chipset = init_chipset_hpt34x,
.init_iops = NULL,
.init_hwif = init_hwif_hpt34x,
- .init_dma = init_dma_hpt34x,
.channels = 2,
.autodma = NOAUTODMA,
.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.241 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site