Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a1f59d16
Commit
a1f59d16
authored
Oct 04, 2003
by
Bartlomiej Zolnierkiewicz
Committed by
Linus Torvalds
Oct 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] pdc202xx_new: kill dummy init_dma_pdc202new()
parent
75cfaefc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
drivers/ide/pci/pdc202xx_new.c
drivers/ide/pci/pdc202xx_new.c
+0
-5
drivers/ide/pci/pdc202xx_new.h
drivers/ide/pci/pdc202xx_new.h
+0
-8
No files found.
drivers/ide/pci/pdc202xx_new.c
View file @
a1f59d16
...
...
@@ -563,11 +563,6 @@ static void __init init_hwif_pdc202new (ide_hwif_t *hwif)
#endif
/* PDC202_DEBUG_CABLE */
}
static
void
__init
init_dma_pdc202new
(
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
*
);
extern
void
ide_setup_pci_devices
(
struct
pci_dev
*
,
struct
pci_dev
*
,
ide_pci_device_t
*
);
...
...
drivers/ide/pci/pdc202xx_new.h
View file @
a1f59d16
...
...
@@ -188,7 +188,6 @@ static void init_setup_pdc20270(struct pci_dev *, ide_pci_device_t *);
static
void
init_setup_pdc20276
(
struct
pci_dev
*
dev
,
ide_pci_device_t
*
d
);
static
unsigned
int
init_chipset_pdcnew
(
struct
pci_dev
*
,
const
char
*
);
static
void
init_hwif_pdc202new
(
ide_hwif_t
*
);
static
void
init_dma_pdc202new
(
ide_hwif_t
*
,
unsigned
long
);
static
ide_pci_device_t
pdcnew_chipsets
[]
__devinitdata
=
{
{
/* 0 */
...
...
@@ -199,7 +198,6 @@ static ide_pci_device_t pdcnew_chipsets[] __devinitdata = {
.
init_chipset
=
init_chipset_pdcnew
,
.
init_iops
=
NULL
,
.
init_hwif
=
init_hwif_pdc202new
,
.
init_dma
=
init_dma_pdc202new
,
.
channels
=
2
,
.
autodma
=
AUTODMA
,
.
enablebits
=
{{
0x00
,
0x00
,
0x00
},
{
0x00
,
0x00
,
0x00
}},
...
...
@@ -213,7 +211,6 @@ static ide_pci_device_t pdcnew_chipsets[] __devinitdata = {
.
init_chipset
=
init_chipset_pdcnew
,
.
init_iops
=
NULL
,
.
init_hwif
=
init_hwif_pdc202new
,
.
init_dma
=
init_dma_pdc202new
,
.
channels
=
2
,
.
autodma
=
AUTODMA
,
.
enablebits
=
{{
0x00
,
0x00
,
0x00
},
{
0x00
,
0x00
,
0x00
}},
...
...
@@ -227,7 +224,6 @@ static ide_pci_device_t pdcnew_chipsets[] __devinitdata = {
.
init_chipset
=
init_chipset_pdcnew
,
.
init_iops
=
NULL
,
.
init_hwif
=
init_hwif_pdc202new
,
.
init_dma
=
init_dma_pdc202new
,
.
channels
=
2
,
.
autodma
=
AUTODMA
,
#ifdef CONFIG_PDC202XX_FORCE
...
...
@@ -245,7 +241,6 @@ static ide_pci_device_t pdcnew_chipsets[] __devinitdata = {
.
init_chipset
=
init_chipset_pdcnew
,
.
init_iops
=
NULL
,
.
init_hwif
=
init_hwif_pdc202new
,
.
init_dma
=
init_dma_pdc202new
,
.
channels
=
2
,
.
autodma
=
AUTODMA
,
.
enablebits
=
{{
0x00
,
0x00
,
0x00
},
{
0x00
,
0x00
,
0x00
}},
...
...
@@ -259,7 +254,6 @@ static ide_pci_device_t pdcnew_chipsets[] __devinitdata = {
.
init_chipset
=
init_chipset_pdcnew
,
.
init_iops
=
NULL
,
.
init_hwif
=
init_hwif_pdc202new
,
.
init_dma
=
init_dma_pdc202new
,
.
channels
=
2
,
.
autodma
=
AUTODMA
,
.
enablebits
=
{{
0x00
,
0x00
,
0x00
},
{
0x00
,
0x00
,
0x00
}},
...
...
@@ -273,7 +267,6 @@ static ide_pci_device_t pdcnew_chipsets[] __devinitdata = {
.
init_chipset
=
init_chipset_pdcnew
,
.
init_iops
=
NULL
,
.
init_hwif
=
init_hwif_pdc202new
,
.
init_dma
=
init_dma_pdc202new
,
.
channels
=
2
,
.
autodma
=
AUTODMA
,
#ifdef CONFIG_PDC202XX_FORCE
...
...
@@ -291,7 +284,6 @@ static ide_pci_device_t pdcnew_chipsets[] __devinitdata = {
.
init_chipset
=
init_chipset_pdcnew
,
.
init_iops
=
NULL
,
.
init_hwif
=
init_hwif_pdc202new
,
.
init_dma
=
init_dma_pdc202new
,
.
channels
=
2
,
.
autodma
=
AUTODMA
,
.
enablebits
=
{{
0x00
,
0x00
,
0x00
},
{
0x00
,
0x00
,
0x00
}},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment