From: Bartlomiej Zolnierkiewicz Date: Wed, 1 Apr 2009 19:42:19 +0000 (+0200) Subject: isd200: make it 'struct hd_driveid'-free X-Git-Tag: v2.6.30-rc1~243^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8881cdab5e1810b0a03b480ed16c1e761e68257;p=pandora-kernel.git isd200: make it 'struct hd_driveid'-free * Factor out debug dump of id from isd200_get_inquiry_data() to isd200_dump_driveid(). * Change id field in struct isd200_info from 'struct hd_driveid *id' to 'u16 *id' and update driver accordingly. * Include directly instead of through . While at it: * Use ata_id_u32() and ata_id_has_lba() macros. There should be no functional changes caused by this patch. Cc: Greg Kroah-Hartman Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed