From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751935AbcBOTXI (ORCPT ); Mon, 15 Feb 2016 14:23:08 -0500 Received: from mail.savoirfairelinux.com ([208.88.110.44]:39491 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830AbcBOTXF (ORCPT ); Mon, 15 Feb 2016 14:23:05 -0500 Date: Mon, 15 Feb 2016 14:23:01 -0500 From: Damien Riegel To: Axel Lin Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Jason Cooper , Marc Zyngier Subject: Re: [PATCH] irqchip/ts4800: Make ts4800_ic_ops static const Message-ID: <20160215192301.GA13230@localhost> References: <1455457804.13175.1.camel@ingics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455457804.13175.1.camel@ingics.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 14, 2016 at 09:50:04PM +0800, Axel Lin wrote: > ts4800_ic_ops is only referenced in this driver, so make it static. > In additional, it's never get modified thus also make it const. > > Signed-off-by: Axel Lin Reviewed-by: Damien Riegel Thanks for catching this.