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 1cefef3f..2ab51a80 100644
--- a/atahpt.c
+++ b/atahpt.c
@@ -84,7 +84,7 @@ static const struct par_master par_master_atahpt = {
.shutdown = atahpt_shutdown,
};
-static int atahpt_init(void)
+static int atahpt_init(const struct programmer_cfg *cfg)
{
struct pci_dev *dev = NULL;
uint32_t io_base_addr;