summaryrefslogtreecommitdiffstats
path: root/atahpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'atahpt.c')
-rw-r--r--atahpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atahpt.c b/atahpt.c
index de888b0..3451342 100644
--- a/atahpt.c
+++ b/atahpt.c
@@ -61,7 +61,7 @@ int atahpt_init(void)
reg32 |= (1 << 24);
rpci_write_long(pcidev_dev, REG_FLASH_ACCESS, reg32);
- buses_supported = CHIP_BUSTYPE_PARALLEL;
+ buses_supported = BUS_PARALLEL;
if (register_shutdown(atahpt_shutdown, NULL))
return 1;
OpenPOWER on IntegriCloud