]> git.baikalelectronics.ru Git - kernel.git/commit
ahci: Get rid of pci_dev argument in ahci_port_init()
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Wed, 3 Mar 2010 17:17:40 +0000 (20:17 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 14 May 2010 21:08:01 +0000 (17:08 -0400)
commit4832a2133ef1a35965f9a280fe829a87d2baf7cf
tree03d9bdec876b604354729de2775470586037aa0f
parent5bb4ffb5163fb94bcff54450f90fe35a360383ac
ahci: Get rid of pci_dev argument in ahci_port_init()

To make the function bus-independand we have to get rid of
"struct pci_dev *", so let's pass just "struct devce *".

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ahci.c