From: Bartlomiej Zolnierkiewicz Date: Fri, 1 Feb 2008 22:09:35 +0000 (+0100) Subject: ide_platform: remove struct hwif_prop X-Git-Tag: v2.6.25-rc1~1078^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=042449377e0aa559804c2072887c56760c56e079;p=pandora-kernel.git ide_platform: remove struct hwif_prop * Remove 'if (hwif != hwif_prop.hwif)' check from plat_ide_remove() (pdev->dev.driver_data and hwif_prop.hwif are set at the same time in plat_ide_probe() and are identical). * Use hwif->index for ide_unregister() in plat_ide_remove(). * Use local variables instead of hwif_prop.plat_ide[_alt]_mapbase in plat_ide_probe() and remove no longer needed struct hwif_prop. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed