fix signature of ipmi_shutdown_event

The function had a signature of watchdog_fn while in fact it is used as
shutdown_fn.
This commit is contained in:
Andriy Gapon 2023-01-03 19:22:21 +02:00
parent 43ca38eb59
commit 90dc788982

View file

@ -753,7 +753,7 @@ ipmi_wd_event(void *arg, unsigned int cmd, int *error)
}
static void
ipmi_shutdown_event(void *arg, unsigned int cmd, int *error)
ipmi_shutdown_event(void *arg, int howto)
{
struct ipmi_softc *sc = arg;