summaryrefslogtreecommitdiffstats
path: root/drivers/block/ht6560b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/ht6560b.c')
-rw-r--r--drivers/block/ht6560b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/ht6560b.c b/drivers/block/ht6560b.c
index ec4f0f89f..9d888cfc0 100644
--- a/drivers/block/ht6560b.c
+++ b/drivers/block/ht6560b.c
@@ -227,6 +227,8 @@ void init_ht6560b (void)
ide_hwifs[1].tuneproc = &tune_ht6560b;
ide_hwifs[0].serialized = 1;
ide_hwifs[1].serialized = 1;
+ ide_hwifs[0].mate = &ide_hwifs[1];
+ ide_hwifs[1].mate = &ide_hwifs[0];
} else
printk("\nht6560b: not found\n");
}