aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy/ht6560b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/legacy/ht6560b.c')
-rw-r--r--drivers/ide/legacy/ht6560b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/legacy/ht6560b.c b/drivers/ide/legacy/ht6560b.c
index 82ed37df9566..bfaa2025173b 100644
--- a/drivers/ide/legacy/ht6560b.c
+++ b/drivers/ide/legacy/ht6560b.c
@@ -333,12 +333,14 @@ int __init ht6560b_init(void)
333 333
334 hwif->chipset = ide_ht6560b; 334 hwif->chipset = ide_ht6560b;
335 hwif->selectproc = &ht6560b_selectproc; 335 hwif->selectproc = &ht6560b_selectproc;
336 hwif->pio_mask = ATA_PIO5;
336 hwif->tuneproc = &tune_ht6560b; 337 hwif->tuneproc = &tune_ht6560b;
337 hwif->serialized = 1; /* is this needed? */ 338 hwif->serialized = 1; /* is this needed? */
338 hwif->mate = mate; 339 hwif->mate = mate;
339 340
340 mate->chipset = ide_ht6560b; 341 mate->chipset = ide_ht6560b;
341 mate->selectproc = &ht6560b_selectproc; 342 mate->selectproc = &ht6560b_selectproc;
343 mate->pio_mask = ATA_PIO5;
342 mate->tuneproc = &tune_ht6560b; 344 mate->tuneproc = &tune_ht6560b;
343 mate->serialized = 1; /* is this needed? */ 345 mate->serialized = 1; /* is this needed? */
344 mate->mate = hwif; 346 mate->mate = hwif;