[libata] pata_marvell: CONFIG_AHCI is really CONFIG_SATA_AHCI
authorChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Fri, 5 Feb 2010 15:26:35 +0000 (16:26 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 1 Mar 2010 19:58:46 +0000 (14:58 -0500)
commitcb6643e1c38b6bd5c1594f0a45d8cf6943a6f934
tree6ead78509cec2f82eb682d8a0c1e6a3d9bb4be9d
parent96780078f35648050fef808f49a0ffff0360bb57
[libata] pata_marvell: CONFIG_AHCI is really CONFIG_SATA_AHCI

The marvell driver comtains a fallback to ahci for the sata ports
which is incorrectly checked as CONFIG_AHCI while the only AHCI config
item is actually called SATA_AHCI (which also sounds sensible
considering it's a fallback for the sata ports).

Signed-off-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_marvell.c