diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:33 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-10 16:39:33 -0400 |
commit | 9232c14bff36d65de254f34386c00b732c5b6099 (patch) | |
tree | 12035301709647a6b0cc2d58b554233dc0756be6 /include | |
parent | feb22b7f8e62b1b987a3a1dbad95af767a1df832 (diff) |
ide: remove ->bus_state field from ide_hwif_t
It is always set to BUSSTATE_ON.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
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 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 | ||