mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ide: remove write-only hwif->hw
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
18e181fe13
commit
9239b33393
11 changed files with 40 additions and 51 deletions
|
@ -659,7 +659,6 @@ typedef struct hwif_s {
|
|||
unsigned long sata_scr[SATA_NR_PORTS];
|
||||
unsigned long sata_misc[SATA_NR_PORTS];
|
||||
|
||||
hw_regs_t hw; /* Hardware info */
|
||||
ide_drive_t drives[MAX_DRIVES]; /* drive info */
|
||||
|
||||
u8 major; /* our major number */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue