aboutsummaryrefslogtreecommitdiffstats
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 dae02225..620e8946 100644
--- a/atahpt.c
+++ b/atahpt.c
@@ -75,7 +75,7 @@ int atahpt_init(void)
reg32 |= (1 << 24);
rpci_write_long(dev, REG_FLASH_ACCESS, reg32);
- register_par_master(&par_master_atahpt, BUS_PARALLEL);
+ register_par_master(&par_master_atahpt, BUS_PARALLEL, NULL);
return 0;
}