diff options
Diffstat (limited to 'include/linux/ide.h')
-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 2c5d83ddaef6..42f39781af87 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -562,7 +562,6 @@ typedef struct hwif_s { | |||
562 | u8 major; /* our major number */ | 562 | u8 major; /* our major number */ |
563 | u8 index; /* 0 for ide0; 1 for ide1; ... */ | 563 | u8 index; /* 0 for ide0; 1 for ide1; ... */ |
564 | u8 channel; /* for dual-port chips: 0=primary, 1=secondary */ | 564 | u8 channel; /* for dual-port chips: 0=primary, 1=secondary */ |
565 | u8 bus_state; /* power state of the IDE bus */ | ||
566 | 565 | ||
567 | u32 host_flags; | 566 | u32 host_flags; |
568 | 567 | ||