[patch 04/26] posix-timers: Remove unused export of posix_timer_event()

From: Thomas Gleixner
Date: Tue May 30 2017 - 17:42:10 EST


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

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
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