]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOStartIOKit.cpp
xnu-344.tar.gz
[apple/xnu.git] / iokit / Kernel / IOStartIOKit.cpp
index ba2387f42876487436e0030b8f1ec160a5fb4f52..1121d5ef3da31e95791ce62078a687df3aeffb03 100644 (file)
@@ -103,7 +103,7 @@ void IOKitResetTime( void )
                calend_sleep_wake_call = thread_call_allocate(
                                                                                        calend_wakeup_resynch, NULL);
 
-               registerSleepWakeInterest(calend_sleep_wake_notif, NULL, NULL);
+               registerSleepWakeInterest((void *)calend_sleep_wake_notif, NULL, NULL);
        }
 
     clock_initialize_calendar();