[PATCH] ahci: relocate several internal functions
authorTejun Heo <htejun@gmail.com>
Wed, 26 Jul 2006 06:59:25 +0000 (15:59 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 29 Jul 2006 08:01:31 +0000 (04:01 -0400)
commit254950cd56fee220c9d548f3e57211b95976ba64
tree1a92d2f284f962fcead4ce9cc4a53f7c860ceb2c
parentab1623da2b6659fa9e7810362430de482ebdb9cf
[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>
drivers/scsi/ahci.c