commit | 589b06262021f8d52847c9389acf26e95c6b3732 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Apr 26 17:36:34 2008 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Apr 26 17:36:34 2008 +0200 |
tree | 35eefd506b4c34c24752bd411a2251302ade8724 | |
parent | 84f05df49a7376037f8b9fa1135df5a08cc32070 [diff] |
scc_pata: store 'hwif' pointer in struct scc_ports Replace 'unsigned char hwif_id' by 'ide_hwif_t *hwif' in struct scc_ports. This allows us to remove ide_hwifs[] usage from scc_remove(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>