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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62491C77B7C for ; Sat, 27 May 2023 09:22:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232035AbjE0JWE (ORCPT ); Sat, 27 May 2023 05:22:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232010AbjE0JWC (ORCPT ); Sat, 27 May 2023 05:22:02 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19C7A187 for ; Sat, 27 May 2023 02:22:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685179320; x=1716715320; h=date:from:to:cc:subject:message-id:mime-version; bh=l4N5q4a2Oi7+/vwLavERirEGaUeymmpTBhcf/gAKXWE=; b=cgdlWzamlOO1hMHedZ33N/WwZMbzTUSbvhRnEDN8lq2hWZXHILgx3ZmK u3LDp+FccMZ7xb+bqoNlYQCRN4erqvUNNieCrEieaSf1KWdWLxhO3L+4c Z7GuFqN3smqyiOzgs+p62lqsi414mTO6fuGGno3Qn7SLnTOR/ACvnrH84 pVXCaKuTbFH8JBOR7OXV3TrMzTBQPxDOPd/6VFL7l0dBNI0aDppt7rl+g 4HOu/k/UqNiUushNhPrlIIHT848Coxovo0mfOOMtYaZA/9Z7nKLKDOuZT LcDfeQr94Ijrc9os4csHQtn4QErNmn09/nkdzUILmqsKkWRkszAfGu07u g==; X-IronPort-AV: E=McAfee;i="6600,9927,10722"; a="356760670" X-IronPort-AV: E=Sophos;i="6.00,196,1681196400"; d="scan'208";a="356760670" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 May 2023 02:21:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10722"; a="655911618" X-IronPort-AV: E=Sophos;i="6.00,196,1681196400"; d="scan'208";a="655911618" Received: from lkp-server01.sh.intel.com (HELO dea6d5a4f140) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 27 May 2023 02:21:58 -0700 Received: from kbuild by dea6d5a4f140 with local (Exim 4.96) (envelope-from ) id 1q2q7Z-000Jsg-18; Sat, 27 May 2023 09:21:57 +0000 Date: Sat, 27 May 2023 17:21:09 +0800 From: kernel test robot To: Arnd Bergmann Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: arch/arm/mach-versatile/versatile.c:56:14: warning: no previous prototype for function 'mmc_status' Message-ID: <202305271705.tpnbJxpk-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 49572d5361298711207ab387a6c318407deb963a commit: d7445676e86900f8dc363825033ff62416c216e0 ARM: versatile: move integrator/realview/vexpress to versatile date: 1 year, 2 months ago config: arm-multi_v5_defconfig (https://download.01.org/0day-ci/archive/20230527/202305271705.tpnbJxpk-lkp@intel.com/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project 4faf3aaf28226a4e950c103a14f6fc1d1fdabb1b) reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d7445676e86900f8dc363825033ff62416c216e0 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout d7445676e86900f8dc363825033ff62416c216e0 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202305271705.tpnbJxpk-lkp@intel.com/ All warnings (new ones prefixed by >>): >> arch/arm/mach-versatile/versatile.c:56:14: warning: no previous prototype for function 'mmc_status' [-Wmissing-prototypes] unsigned int mmc_status(struct device *dev) ^ arch/arm/mach-versatile/versatile.c:56:1: note: declare 'static' if the function is not intended to be used outside of this translation unit unsigned int mmc_status(struct device *dev) ^ static 1 warning generated. vim +/mmc_status +56 arch/arm/mach-versatile/versatile.c a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 55 a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 @56 unsigned int mmc_status(struct device *dev) a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 57 { a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 58 struct amba_device *adev = container_of(dev, struct amba_device, dev); a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 59 u32 mask; a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 60 a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 61 if (adev->res.start == VERSATILE_MMCI0_BASE) a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 62 mask = 1; a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 63 else a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 64 mask = 2; a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 65 a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 66 return readl(versatile_sys_base + VERSATILE_SYS_MCI_OFFSET) & mask; a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 67 } a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 68 :::::: The code at line 56 was first introduced by commit :::::: a70967892111934e292485ce84f1bab38cc55380 ARM: versatile: merge mach code into a single file :::::: TO: Rob Herring :::::: CC: Arnd Bergmann -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki