From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751498AbdFEIRN (ORCPT ); Mon, 5 Jun 2017 04:17:13 -0400 Received: from terminus.zytor.com ([65.50.211.136]:49777 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbdFEIRM (ORCPT ); Mon, 5 Jun 2017 04:17:12 -0400 Date: Mon, 5 Jun 2017 01:13:40 -0700 From: tip-bot for Thomas Gleixner Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, john.stultz@linaro.org, tglx@linutronix.de, peterz@infradead.org, mingo@kernel.org Reply-To: linux-kernel@vger.kernel.org, john.stultz@linaro.org, hpa@zytor.com, tglx@linutronix.de, peterz@infradead.org, mingo@kernel.org In-Reply-To: <20170530211656.052744418@linutronix.de> References: <20170530211656.052744418@linutronix.de> To: linux-tip-commits@vger.kernel.org Subject: [tip:timers/core] posix-timers: Remove unused export of posix_timer_event() Git-Commit-ID: a81129e5a189973abd661704b261f8aad9325407 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: a81129e5a189973abd661704b261f8aad9325407 Gitweb: http://git.kernel.org/tip/a81129e5a189973abd661704b261f8aad9325407 Author: Thomas Gleixner AuthorDate: Tue, 30 May 2017 23:15:37 +0200 Committer: Thomas Gleixner CommitDate: Sun, 4 Jun 2017 15:40:22 +0200 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 Cc: Peter Zijlstra Cc: John Stultz Link: http://lkml.kernel.org/r/20170530211656.052744418@linutronix.de --- kernel/time/posix-timers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c index 0c0cccf..44d4865 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