summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2008-04-27 15:38:24 +0200
committerBartlomiej Zolnierkiewicz2008-04-27 15:38:24 +0200
commite460a59751a7e53b549c63d4d308ba73582c8def (patch)
treea3a7821e22ab13f118203df7415052304a23487a /include
parentide: remove obsoleted "idex=serialize" kernel parameter (diff)
downloadkernel-qcow2-linux-e460a59751a7e53b549c63d4d308ba73582c8def.tar.gz
kernel-qcow2-linux-e460a59751a7e53b549c63d4d308ba73582c8def.tar.xz
kernel-qcow2-linux-e460a59751a7e53b549c63d4d308ba73582c8def.zip
ide: remove obsoleted "idex=reset" kernel parameter
Remove obsoleted "idex=reset" kernel parameter (it has been obsoleted since 1 Nov 2004). Then remove corresponding code from ide_probe_port() and no longer used ->reset field from ide_hwif_t. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index f80d303e5dcd..5f8df20a9e39 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -520,7 +520,6 @@ typedef struct hwif_s {
unsigned present : 1; /* this interface exists */
unsigned serialized : 1; /* serialized all channel operation */
unsigned sharing_irq: 1; /* 1 = sharing irq with another hwif */
- unsigned reset : 1; /* reset after probe */
unsigned sg_mapped : 1; /* sg_table and sg_nents are ready */
unsigned mmio : 1; /* host uses MMIO */