]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ahci: separate out ahci_reset_controller() and ahci_init_controller()
authorTejun Heo <htejun@gmail.com>
Wed, 26 Jul 2006 06:59:26 +0000 (15:59 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 29 Jul 2006 08:01:31 +0000 (04:01 -0400)
commitd91542c11f3981768367815cf087ad36e792ea4a
treeceefba529bf78fa2b8f044ffadd6e2da33a59160
parent0be0aa98985dfec42502c0d0af2a1baff9bdb19f
[PATCH] ahci: separate out ahci_reset_controller() and ahci_init_controller()

Separate out ahci_reset_controller() and ahci_init_controller() from
ata_host_init().  These will be used by PM callbacks.  This patch
doesn't introduce any behavior change.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Zhao, Forrest <forrest.zhao@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/ahci.c