AHCI: Move host activation code into ahci_host_activate()
authorAlexander Gordeev <agordeev@redhat.com>
Mon, 29 Sep 2014 16:25:59 +0000 (18:25 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 6 Oct 2014 15:43:35 +0000 (11:43 -0400)
commitd1028e2f95b75acab4f1046acae1b1ca7d7b2577
tree6f04701879c51f7fb6fbee6ac588790d2e077efe
parent1c62854f5f7321b3ee8c08d34d7c1e615608566d
AHCI: Move host activation code into ahci_host_activate()

Currently host activation done by calling either function
ahci_host_activate() or ata_host_activate(). Consolidate
the code by only calling ahci_host_activate() for all AHCI
devices.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org
drivers/ata/acard-ahci.c
drivers/ata/ahci.c
drivers/ata/ahci.h
drivers/ata/libahci.c
drivers/ata/libahci_platform.c
drivers/ata/sata_highbank.c