mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
ide: remove ->bus_state field from ide_hwif_t
It is always set to BUSSTATE_ON. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
feb22b7f8e
commit
9232c14bff
2 changed files with 1 additions and 4 deletions
|
@ -562,7 +562,6 @@ typedef struct hwif_s {
|
|||
u8 major; /* our major number */
|
||||
u8 index; /* 0 for ide0; 1 for ide1; ... */
|
||||
u8 channel; /* for dual-port chips: 0=primary, 1=secondary */
|
||||
u8 bus_state; /* power state of the IDE bus */
|
||||
|
||||
u32 host_flags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue