diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-18 22:22:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-19 09:13:53 -0700 |
commit | d3a7b202995421631f486313aacf9ab2ad48b2c8 (patch) | |
tree | 859f68dcc71d986ba2a9c92dacafab9eed9fae58 /include | |
parent | 6e89280184e4990f5ea80d2504af89b6099523c4 (diff) | |
download | op-kernel-dev-d3a7b202995421631f486313aacf9ab2ad48b2c8.zip op-kernel-dev-d3a7b202995421631f486313aacf9ab2ad48b2c8.tar.gz |
[PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDC
Noted by Sergei Shtylylov <sshtylyov@ru.mvista.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 8d2db41..a8bef1d 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1220,7 +1220,6 @@ typedef struct ide_pci_enablebit_s { enum { /* Uses ISA control ports not PCI ones. */ IDEPCI_FLAG_ISA_PORTS = (1 << 0), - IDEPCI_FLAG_FORCE_PDC = (1 << 1), }; typedef struct ide_pci_device_s { |