From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424712AbcBRCMl (ORCPT ); Wed, 17 Feb 2016 21:12:41 -0500 Received: from erouter8.ore.mailhop.org ([54.187.218.212]:30876 "EHLO erouter8.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423851AbcBRCMk (ORCPT ); Wed, 17 Feb 2016 21:12:40 -0500 X-MHO-User: acda7656-d5e4-11e5-a023-11ad6df26ed1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.98.178.100 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 813858006E Date: Thu, 18 Feb 2016 02:12:32 +0000 From: Jason Cooper To: Axel Lin Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Marc Zyngier , Damien Riegel Subject: Re: [PATCH] irqchip/ts4800: Make ts4800_ic_ops static const Message-ID: <20160218021232.GS5183@io.lakedaemon.net> 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.21 (2010-09-15) 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 > --- > drivers/irqchip/irq-ts4800.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to irqchip/core with Damien's Reviewed-by. thx, Jason.