diff --git a/firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c b/firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c index 545905d4c2..d7ebeea024 100644 --- a/firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c +++ b/firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c @@ -87,7 +87,7 @@ void watchdog_service(void) /** uevent APIs **/ -static void (*ucallback)(void) = NULL; /* uevent callback */ +static uevent_cb_type ucallback = NULL; /* uevent callback */ static void cancel_uevent(void) {