From: Bartlomiej Zolnierkiewicz Date: Thu, 24 Jul 2008 20:53:15 +0000 (+0200) Subject: ide: add ide_device_{get,put}() helpers X-Git-Tag: v2.6.27-rc1~509^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08da591e14cf87247ec09b17c350235157a92fc3;p=pandora-kernel.git ide: add ide_device_{get,put}() helpers * Add 'struct ide_host *host' field to ide_hwif_t and set it in ide_host_alloc_all(). * Add ide_device_{get,put}() helpers loosely based on SCSI's scsi_device_{get,put}() ones. * Convert IDE device drivers to use ide_device_{get,put}(). Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed