From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752424AbcD1M7l (ORCPT ); Thu, 28 Apr 2016 08:59:41 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:38742 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016AbcD1M7i (ORCPT ); Thu, 28 Apr 2016 08:59:38 -0400 Date: Thu, 28 Apr 2016 14:59:31 +0200 From: Daniel Lezcano To: Thierry Reding Cc: Thomas Gleixner , Stephen Warren , Alexandre Courbot , linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clocksource/tegra: Remove unused suspend/resume code Message-ID: <20160428125931.GB5197@linaro.org> References: <1461847528-11948-1-git-send-email-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461847528-11948-1-git-send-email-thierry.reding@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 28, 2016 at 02:45:28PM +0200, Thierry Reding wrote: > From: Thierry Reding > > The tegra_timer_suspend() and tegra_timer_resume() functions are never > used, so they can be removed. > > Signed-off-by: Thierry Reding Applied for 4.7. Thanks ! -- Daniel