projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c700c
)
posix-timers: Remove unused export of posix_timer_event()
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 30 May 2017 21:15:37 +0000
(23:15 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 4 Jun 2017 13:40:22 +0000
(15:40 +0200)
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
kernel/time/posix-timers.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/time/posix-timers.c
b/kernel/time/posix-timers.c
index 0c0cccfa3586b75d8c3c39eadff6d28986c23a88..44d486590e6ea22df3d8dba8acdb1ccb1a84365f 100644
(file)
--- 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