From: Bartlomiej Zolnierkiewicz Date: Sun, 10 Feb 2008 23:32:12 +0000 (+0100) Subject: palm_bk3710: ide_register_hw() -> ide_device_add() X-Git-Tag: v2.6.25-rc2~93^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7824bc6b474caca6d74489498d9c2c2dfcc86d10;p=pandora-kernel.git palm_bk3710: ide_register_hw() -> ide_device_add() * Convert palm_bk3710 host driver to use ide_device_add() instead of ide_register_hw() (while at it drop doing "ide_unregister()" loop which tries to unregister _all_ IDE interfaces if useable ide_hwifs[] slot cannot be find). [ identical change as done to bast-ide/ide-cs/delkin_cb host drivers by commit 9e016a719209d95338e314b46c3012cc7feaaeec ] * Rename 'ide_ctlr_info' to 'hw' and 'index' to 'i' while at it. Cc: Anton Salnikov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed