| commit | 8a11a789c39cd6f61de4243234cf44a46c23ffd0 | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Apr 28 13:06:16 2009 +0900 |
| committer | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 28 08:14:52 2009 +0200 |
| tree | ec88d32cffdf40bf13c3f83ad4220e4205666e3f | |
| parent | a03bb5a32fff4aa23f081a3cff7e98d4084104cd [diff] |
mg_disk: fix dependency on libata Add local copies of ata_id_string() and ata_id_c_string() to mg_disk so there is no need for the driver to depend on ATA and SCSI. [ Impact: break dependency on libata by copying ata id string functions ] Cc: unsik Kim <donari75@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>