Since the removal of the mmtimer driver the export is not longer needed. Signed-off-by: Thomas Gleixner --- kernel/time/posix-timers.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/time/posix-timers.c +++ b/kernel/time/posix-timers.c @@ -442,7 +442,6 @@ int posix_timer_event(struct k_itimer *t /* If we failed to send the signal the timer stops. */ return ret > 0; } -EXPORT_SYMBOL_GPL(posix_timer_event); /* * This function gets called when a POSIX.1b interval timer expires. It