summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hfa')
-rw-r--r--sys/dev/hfa/hfa_freebsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hfa/hfa_freebsd.c b/sys/dev/hfa/hfa_freebsd.c
index 67e4e76..d535336 100644
--- a/sys/dev/hfa/hfa_freebsd.c
+++ b/sys/dev/hfa/hfa_freebsd.c
@@ -358,13 +358,13 @@ hfa_reset (device_t dev)
}
static int
-hfa_modevent (module_t mod, int what, void *arg)
+hfa_modevent (module_t mod, int type, void *data)
{
int error;
error = 0;
- switch (what) {
+ switch (type) {
case MOD_LOAD:
/*
* Verify software version
OpenPOWER on IntegriCloud