Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a81129e5 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

posix-timers: Remove unused export of posix_timer_event()



Since the removal of the mmtimer driver the export is not longer needed.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/20170530211656.052744418@linutronix.de
parent 18c700c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -442,7 +442,6 @@ int posix_timer_event(struct k_itimer *timr, int si_private)
	/* 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