From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA6C6C433F8 for ; Wed, 31 Mar 2021 01:11:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CED0661A05 for ; Wed, 31 Mar 2021 01:11:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233391AbhCaBKz (ORCPT ); Tue, 30 Mar 2021 21:10:55 -0400 Received: from ozlabs.org ([203.11.71.1]:51867 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233136AbhCaBK0 (ORCPT ); Tue, 30 Mar 2021 21:10:26 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4F97Xd4Tm5z9sXh; Wed, 31 Mar 2021 12:10:25 +1100 (AEDT) From: Michael Ellerman To: Lee Jones Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Paul Mackerras In-Reply-To: <20210303124603.3150175-1-lee.jones@linaro.org> References: <20210303124603.3150175-1-lee.jones@linaro.org> Subject: Re: [RESEND 1/1] powerpc: asm: hvconsole: Move 'hvc_vio_init_early's prototype to shared location Message-Id: <161715296598.226945.6217795321816645614.b4-ty@ellerman.id.au> Date: Wed, 31 Mar 2021 12:09:25 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Mar 2021 12:46:03 +0000, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/tty/hvc/hvc_vio.c:385:13: warning: no previous prototype for ‘hvc_vio_init_early’ [-Wmissing-prototypes] > 385 | void __init hvc_vio_init_early(void) > | ^~~~~~~~~~~~~~~~~~ Applied to powerpc/next. [1/1] powerpc: asm: hvconsole: Move 'hvc_vio_init_early's prototype to shared location https://git.kernel.org/powerpc/c/13b8219bd00d953cad60431cb47db96eb835c71d cheers