summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c2
1 files changed, 1 insertions, 1 deletions
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)
87 87
88/** uevent APIs **/ 88/** uevent APIs **/
89 89
90static void (*ucallback)(void) = NULL; /* uevent callback */ 90static uevent_cb_type ucallback = NULL; /* uevent callback */
91 91
92static void cancel_uevent(void) 92static void cancel_uevent(void)
93{ 93{