Skip to content

Commit

Permalink
[libata] ata_piix: build fix
Browse files Browse the repository at this point in the history
Spotted by Andrew Morton.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed Sep 13, 2006
1 parent 97148ba commit b0fea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static struct ata_port_info piix_port_info[] = {
/* ich7m_sata_ahci: 10 */
{
.sht = &piix_sht,
.host_flags = ATA_FLAG_SATA |
.flags = ATA_FLAG_SATA |
PIIX_FLAG_CHECKINTR | PIIX_FLAG_SCR |
PIIX_FLAG_AHCI,
.pio_mask = 0x1f, /* pio0-4 */
Expand Down

0 comments on commit b0fea35

Please sign in to comment.