From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40skqH6FWfzF1kw for ; Fri, 25 May 2018 21:41:31 +1000 (AEST) In-Reply-To: <20180404201306.27818-1-malat@debian.org> To: Mathieu Malaterre From: Michael Ellerman Cc: Mathieu Malaterre , linux-kernel@vger.kernel.org, Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: [v3, 12/19] powerpc/powermac: Add missing prototype for note_bootable_part() Message-Id: <40skqH2H4jz9s33@ozlabs.org> Date: Fri, 25 May 2018 21:41:31 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-04-04 at 20:13:05 UTC, Mathieu Malaterre wrote: > Add a missing prototype for function `note_bootable_part` to silence a > warning treated as error with W=1: > > arch/powerpc/platforms/powermac/setup.c:361:12: error: no previous prototype for ‘note_bootable_part’ [-Werror=missing-prototypes] > > Suggested-by: Christophe Leroy > Signed-off-by: Mathieu Malaterre Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f72cf3f1d49f2c35d6cb682af2e8c9 cheers