commit | 4aaf2fec718f6fbf38668edf733a0ab09a49cab1 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Wed Apr 01 21:42:22 2009 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Wed Apr 01 21:42:22 2009 +0200 |
tree | 2825245ceb1eaf5c62c9e68282751fb2d9881df2 | |
parent | 73855e13b2bce2bb5cd2a62c270fb07f49353e02 [diff] |
xsysace: make it 'struct hd_driveid'-free * Change cf_id field in struct ace_device from 'struct hd_driveid *id' to 'u16 *id' and update driver accordingly. * Include <linux/ata.h> directly instead of through <linux/hdreg.h>. While at it: * Use ata_id_u32() macro. There should be no functional changes caused by this patch. Cc: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>