Expand hwif->host_flags so that it fits new flags.

Commit 238e4f142c33bb34440cc64029dde7b9fbc4e65f ("ide: add
IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags") caused a
regression because the host_flags in struct hwif_s wasn't expanded to
cope with the fact that the host flags no longer fit in 16 bits.

Signed-off-by: David S. Miller <davem@davemloft.net>
[ I hate having to add good commit descriptions. - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by David Miller and committed by Linus Torvalds e95d9c6b 81f8320f

+1 -1
+1 -1
include/linux/ide.h
··· 667 667 u8 straight8; /* Alan's straight 8 check */ 668 668 u8 bus_state; /* power state of the IDE bus */ 669 669 670 - u16 host_flags; 670 + u32 host_flags; 671 671 672 672 u8 pio_mask; 673 673