summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>2004-03-16 00:46:39 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2004-03-16 00:46:39 -0800
commit98b547926385d9a5cb9e1413cacffcacb869eaac (patch)
treec20e139c2a2b9524e1fcb218a5d2936d10c713f3 /include
parent54cdbb65405e1fbe1b7f5ca6a59169018c062729 (diff)
[PATCH] remove dead "hdXlun=" kernel parameter
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 1ad87c679105..2ff35579ebb3 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -742,8 +742,6 @@ typedef struct ide_drive_s {
u64 capacity64; /* total number of sectors */
- int last_lun; /* last logical unit */
- int forced_lun; /* if hdxlun was given at boot */
int lun; /* logical unit */
int crc_count; /* crc counter to reduce drive speed */
struct list_head list;