diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2017-05-30 23:15:37 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-06-04 15:40:22 +0200 |
commit | a81129e5a189973abd661704b261f8aad9325407 (patch) | |
tree | 2b0482413870cdd4d0469e384e39e63b03c41347 /kernel/time | |
parent | alarmtimer: Remove pointless config conditional (diff) | |
download | linux-a81129e5a189973abd661704b261f8aad9325407.tar.xz linux-a81129e5a189973abd661704b261f8aad9325407.zip |
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: Thomas 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
Diffstat (limited to 'kernel/time')
-rw-r--r-- | kernel/time/posix-timers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c index 0c0cccfa3586..44d486590e6e 100644 --- a/kernel/time/posix-timers.c +++ b/kernel/time/posix-timers.c @@ -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 |