[PATCH] libata: update ata_host_init() and rename it to ata_port_init_shost()
authorTejun Heo <htejun@gmail.com>
Thu, 10 Aug 2006 07:59:01 +0000 (16:59 +0900)
committerTejun Heo <htejun@gmail.com>
Thu, 10 Aug 2006 07:59:01 +0000 (16:59 +0900)
commit4608c1608501cf2b0dc4478c9b6c3902db58408a
tree5b179b34ff3878498c887d5ae9c409f6044342e9
parent3f066887595de490c411762ce58a31412b09e939
[PATCH] libata: update ata_host_init() and rename it to ata_port_init_shost()

Update ata_host_init() such that it only initializes SCSI host related
stuff and doesn't call into ata_port_init(), and rename it to
ata_port_init_shost().

Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/libata-core.c