From: Bartlomiej Zolnierkiewicz Date: Sat, 26 Apr 2008 15:36:34 +0000 (+0200) Subject: scc_pata: store 'hwif' pointer in struct scc_ports X-Git-Tag: v2.6.26-rc1~1044^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589b06262021f8d52847c9389acf26e95c6b3732;p=pandora-kernel.git 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 --- Reading git-diff-tree failed