libata: dev_config does not need ap and adev passing
authorAlan <alan@lxorguk.ukuu.org.uk>
Fri, 2 Mar 2007 00:56:15 +0000 (00:56 +0000)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 18:15:55 +0000 (14:15 -0400)
commitcd0d3bbcdd650651b7ccfaf55d107e3fc237d95a
tree9c095bdb9056f5b36d3d3640a3f497cabfdd1f92
parentd88184fb2348a50f7c34f5d49a901c875b2e0114
libata: dev_config does not need ap and adev passing

It used to be impossible to get from ata_device to ata_port but that is
no longer true. Various methods have been cleaned up over time but
dev_config still takes both and most users don't need both anyway. Tidy
this one up

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-core.c
drivers/ata/pata_ali.c
drivers/ata/pata_it821x.c
drivers/ata/pata_pdc202xx_old.c
drivers/ata/sata_inic162x.c
drivers/ata/sata_sil.c
drivers/ata/sata_sil24.c
include/linux/libata.h