commit | 254950cd56fee220c9d548f3e57211b95976ba64 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Jul 26 15:59:25 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Jul 29 04:01:31 2006 -0400 |
tree | 1a92d2f284f962fcead4ce9cc4a53f7c860ceb2c | |
parent | ab1623da2b6659fa9e7810362430de482ebdb9cf [diff] |
[PATCH] ahci: relocate several internal functions * move ahci_port_start/stop() below EH functions. This makes ahci more consistent with other drivers and makes prototypes for ahci_start/stop_engine() unnecessary. * swap positions between ahci_start_engine() and ahci_stop_engine() for readability. 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>