Set the right variable type for ucallback :)

Change-Id: I19eace9452d9d0b2a6c7770549930c83ece05c80
This commit is contained in:
Michael Sevakis 2013-05-11 21:20:49 -04:00
parent 0a7d941fb9
commit af4c55bd11

View file

@ -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)
{