From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40skqV01BHzF1s7 for ; Fri, 25 May 2018 21:41:42 +1000 (AEST) In-Reply-To: <20180423194533.23487-1-malat@debian.org> To: Mathieu Malaterre From: Michael Ellerman Cc: Mathieu Malaterre , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/wii: Make hlwd_pic_init function static Message-Id: <40skqS4tPKz9s4r@ozlabs.org> Date: Fri, 25 May 2018 21:41:40 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2018-04-23 at 19:45:32 UTC, Mathieu Malaterre wrote: > The function hlwd_pic_init can be made static, so do it. Fix the following > warning treated as error (W=1): > > ../arch/powerpc/platforms/embedded6xx/hlwd-pic.c:158:20: error: no previous prototype for ‘hlwd_pic_init’ [-Werror=missing-prototypes] > > Signed-off-by: Mathieu Malaterre Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/eed6964bce59294f293b1746a6e4a6 cheers