aboutsummaryrefslogtreecommitdiffstats
path: root/it8212.c
diff options
context:
space:
mode:
Diffstat (limited to 'it8212.c')
-rw-r--r--it8212.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/it8212.c b/it8212.c
index ac53a6fc..2f2d43ea 100644
--- a/it8212.c
+++ b/it8212.c
@@ -67,7 +67,7 @@ int it8212_init(void)
rpci_write_long(dev, PCI_ROM_ADDRESS, io_base_addr | 0x01);
max_rom_decode.parallel = IT8212_MEMMAP_SIZE;
- register_par_master(&par_master_it8212, BUS_PARALLEL);
+ register_par_master(&par_master_it8212, BUS_PARALLEL, NULL);
return 0;
}