mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
sl82c105: remove dead code
CONFIG_LOPEC and CONFIG_SANDPOINT config options are gone. Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
4180e8334c
commit
cadb300a42
1 changed files with 0 additions and 4 deletions
|
@ -310,10 +310,6 @@ static const struct ide_port_info sl82c105_chipset __devinitdata = {
|
||||||
.dma_ops = &sl82c105_dma_ops,
|
.dma_ops = &sl82c105_dma_ops,
|
||||||
.host_flags = IDE_HFLAG_IO_32BIT |
|
.host_flags = IDE_HFLAG_IO_32BIT |
|
||||||
IDE_HFLAG_UNMASK_IRQS |
|
IDE_HFLAG_UNMASK_IRQS |
|
||||||
/* FIXME: check for Compatibility mode in generic IDE PCI code */
|
|
||||||
#if defined(CONFIG_LOPEC) || defined(CONFIG_SANDPOINT)
|
|
||||||
IDE_HFLAG_FORCE_LEGACY_IRQS |
|
|
||||||
#endif
|
|
||||||
IDE_HFLAG_SERIALIZE_DMA |
|
IDE_HFLAG_SERIALIZE_DMA |
|
||||||
IDE_HFLAG_NO_AUTODMA,
|
IDE_HFLAG_NO_AUTODMA,
|
||||||
.pio_mask = ATA_PIO5,
|
.pio_mask = ATA_PIO5,
|
||||||
|
|
Loading…
Reference in a new issue