Linux M68K Architecture development
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Greg Ungerer <gerg@uclinux.org>
Cc: oe-kbuild-all@lists.linux.dev, linux-m68k@lists.linux-m68k.org,
	uclinux-dev@uclinux.org
Subject: [gerg-m68knommu:armnommu 3/3] arch/arm/mach-versatile/versatile.c:89:23: sparse: sparse: symbol 'versatile_auxdata_lookup' was not declared. Should it be static?
Date: Tue, 02 Jun 2026 03:46:46 +0800	[thread overview]
Message-ID: <202606020323.kLHaRcqX-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git armnommu
head:   4dd9730e9bed27b56f15e10eb787b468fb5b9343
commit: 4dd9730e9bed27b56f15e10eb787b468fb5b9343 [3/3] ARM: versatile: support configuring versatile machine for no-MMU
config: arm-randconfig-r113-20260601 (https://download.01.org/0day-ci/archive/20260602/202606020323.kLHaRcqX-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project e5ab4f8a1f766febdc65ce89c00dec85393cfd68)
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260602/202606020323.kLHaRcqX-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202606020323.kLHaRcqX-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> arch/arm/mach-versatile/versatile.c:89:23: sparse: sparse: symbol 'versatile_auxdata_lookup' was not declared. Should it be static?

vim +/versatile_auxdata_lookup +89 arch/arm/mach-versatile/versatile.c

a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  82  
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  83  /*
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  84   * Lookup table for attaching a specific name and platform_data pointer to
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  85   * devices as they get created by of_platform_populate().  Ideally this table
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  86   * would not exist, but the current clock implementation depends on some devices
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  87   * having a specific name.
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  88   */
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08 @89  struct of_dev_auxdata versatile_auxdata_lookup[] __initdata = {
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  90  	OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI0_BASE, "fpga:05", &mmc0_plat_data),
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  91  	OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI1_BASE, "fpga:0b", &mmc1_plat_data),
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  92  	{}
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  93  };
a7096789211193 arch/arm/mach-versatile/versatile_dt.c Rob Herring 2015-12-08  94  

:::::: The code at line 89 was first introduced by commit
:::::: a70967892111934e292485ce84f1bab38cc55380 ARM: versatile: merge mach code into a single file

:::::: TO: Rob Herring <robh@kernel.org>
:::::: CC: Arnd Bergmann <arnd@arndb.de>

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2026-06-01 19:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202606020323.kLHaRcqX-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=gerg@uclinux.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=uclinux-dev@uclinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox