ide: remove ->bus_state field from ide_hwif_t
[firefly-linux-kernel-4.4.55.git] / include / linux / ide.h
index 2c5d83ddaef649e4209531efb514fac5c8132866..42f39781af870598df408cda65d03991fe97bff5 100644 (file)
@@ -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;