From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755576AbcHVXO7 (ORCPT ); Mon, 22 Aug 2016 19:14:59 -0400 Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:32839 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932784AbcHVXNE (ORCPT ); Mon, 22 Aug 2016 19:13:04 -0400 X-MHO-User: cd6a5a5a-68bd-11e6-b68f-d7e0fd28072a X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.99.77.15 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 777F880314 Date: Mon, 22 Aug 2016 23:11:35 +0000 From: Jason Cooper To: Wei Yongjun Cc: Thomas Gleixner , Marc Zyngier , linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] irqchip/irq-jcore-aic: fix non static symbol warning Message-ID: <20160822231135.GU3353@io.lakedaemon.net> References: <1471706788-27587-1-git-send-email-weiyj.lk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471706788-27587-1-git-send-email-weiyj.lk@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 Hi Wei Yongjun, On Sat, Aug 20, 2016 at 03:26:28PM +0000, Wei Yongjun wrote: > Fixes the following sparse warning: > > drivers/irqchip/irq-jcore-aic.c:47:12: warning: > symbol 'aic_irq_of_init' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > drivers/irqchip/irq-jcore-aic.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied to irqchip/jcore, thx, Jason.