Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 248F4C433EF for ; Wed, 1 Dec 2021 11:14:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348922AbhLALRV (ORCPT ); Wed, 1 Dec 2021 06:17:21 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:58230 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237790AbhLALRS (ORCPT ); Wed, 1 Dec 2021 06:17:18 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B3778B81E17 for ; Wed, 1 Dec 2021 11:13:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82998C53FCE for ; Wed, 1 Dec 2021 11:13:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638357235; bh=Jr60S9vZYC2ZJCI60wGp7cQYwix34ekFyfnYWBWsHq0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=N5CqLbtH6LFj7p96idud+5drlCYN38cM+jiIeLfDhR7o0yRiz4c42KYOAe9zP47Vd UO1VgUkJNO5MEZt0EbRiJMCy74cuBNgnBDSFHXAtsubmwrbL9rnoLcHMbRsYlqy0aQ hEkeLc/l1/UnhD/PpfaNZKtEOeae1ERr0rsNIuRufpEFhAA6RtVbgaNo6OueaF9M7g 7igSgxYXENzNgIXXITf5dl7RMUX6bxn2QtwwdiK+K7RG4ar+7T+eG4tbv706dd4DkO wds1603xmM5n+vecCrMAzyCvn4ErSvahhmjfyIvamB9aCvmiSwwiUHjojpHmzeetX6 vzmzfkXhmrXSw== Received: by mail-oo1-f52.google.com with SMTP id a11-20020a4ad1cb000000b002c2657270a0so7703181oos.8 for ; Wed, 01 Dec 2021 03:13:55 -0800 (PST) X-Gm-Message-State: AOAM5335iX9kW+RIOno14oz3DtrsqBjnEPTIoJD00n5tUjJNYujpDoNL 7sLfbbh6tFrX3y7dnr0WILRrlKDyTQNMTpIp9bk= X-Google-Smtp-Source: ABdhPJx++xeDu/GpbLCf9BmWz9/ZnnDCw/xhIrMHPQCRmA4KUt9a9pqH9hymH73l9leyjchWXd9K9f3has7EJIEhXV8= X-Received: by 2002:a05:6820:30b:: with SMTP id l11mr3946229ooe.32.1638357234772; Wed, 01 Dec 2021 03:13:54 -0800 (PST) MIME-Version: 1.0 References: <202112011148.XrnWip5a-lkp@intel.com> In-Reply-To: From: Ard Biesheuvel Date: Wed, 1 Dec 2021 12:13:43 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [ardb:for-kernelci 18/28] arch/arm/mach-footbridge/common.c:102:6: warning: no previous prototype for function 'dc21285_handle_irq' To: Arnd Bergmann Cc: kernel test robot , llvm@lists.linux.dev, kbuild-all@lists.01.org, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 1 Dec 2021 at 08:44, Arnd Bergmann wrote: > > On Wed, Dec 1, 2021 at 4:42 AM kernel test robot wrote: > > > > arch/arm/mach-footbridge/common.c:102:1: note: declare 'static' if the function is not intended to be used outside of this translation unit > > Correct, thanks for the report! > > Ard, I assume you can fix this up in your tree. > Sure.