From: kernel test robot <lkp@intel.com>
To: Russell King <rmk+kernel@armlinux.org.uk>
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
linux-arm-kernel@lists.infradead.org
Subject: [arm:sa1100 21/56] arch/arm/mach-sa1100/clock.c:92:12: warning: no previous prototype for function 'sa11xx_clk_init'
Date: Tue, 23 Feb 2021 03:05:49 +0800 [thread overview]
Message-ID: <202102230331.n4fBdec0-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2072 bytes --]
tree: git://git.armlinux.org.uk/~rmk/linux-arm.git sa1100
head: e3f76e4464159c6b46b146e95c900330f6b3b940
commit: 90e061f6db7d7b43ffdc7b19153154c069b35ef3 [21/56] ARM: sa1100: switch to accurate MPLL calculation
config: arm-randconfig-r036-20210222 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
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
git remote add arm git://git.armlinux.org.uk/~rmk/linux-arm.git
git fetch --no-tags arm sa1100
git checkout 90e061f6db7d7b43ffdc7b19153154c069b35ef3
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> arch/arm/mach-sa1100/clock.c:92:12: warning: no previous prototype for function 'sa11xx_clk_init' [-Wmissing-prototypes]
int __init sa11xx_clk_init(void)
^
arch/arm/mach-sa1100/clock.c:92:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int __init sa11xx_clk_init(void)
^
static
1 warning generated.
vim +/sa11xx_clk_init +92 arch/arm/mach-sa1100/clock.c
97d654f8eb4b8f Russell King 2006-03-15 91
d6c8204659eb18 Russell King 2016-08-31 @92 int __init sa11xx_clk_init(void)
:::::: The code at line 92 was first introduced by commit
:::::: d6c8204659eb1846c444997ee28fe9d7e5442f4e ARM: sa1100: convert to common clock framework
:::::: TO: Russell King <rmk+kernel@armlinux.org.uk>
:::::: CC: Russell King <rmk+kernel@armlinux.org.uk>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 20595 bytes --]
[-- Attachment #3: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [arm:sa1100 21/56] arch/arm/mach-sa1100/clock.c:92:12: warning: no previous prototype for function 'sa11xx_clk_init'
Date: Tue, 23 Feb 2021 03:05:49 +0800 [thread overview]
Message-ID: <202102230331.n4fBdec0-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2119 bytes --]
tree: git://git.armlinux.org.uk/~rmk/linux-arm.git sa1100
head: e3f76e4464159c6b46b146e95c900330f6b3b940
commit: 90e061f6db7d7b43ffdc7b19153154c069b35ef3 [21/56] ARM: sa1100: switch to accurate MPLL calculation
config: arm-randconfig-r036-20210222 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c9439ca36342fb6013187d0a69aef92736951476)
reproduce (this is a W=1 build):
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
git remote add arm git://git.armlinux.org.uk/~rmk/linux-arm.git
git fetch --no-tags arm sa1100
git checkout 90e061f6db7d7b43ffdc7b19153154c069b35ef3
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> arch/arm/mach-sa1100/clock.c:92:12: warning: no previous prototype for function 'sa11xx_clk_init' [-Wmissing-prototypes]
int __init sa11xx_clk_init(void)
^
arch/arm/mach-sa1100/clock.c:92:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int __init sa11xx_clk_init(void)
^
static
1 warning generated.
vim +/sa11xx_clk_init +92 arch/arm/mach-sa1100/clock.c
97d654f8eb4b8f Russell King 2006-03-15 91
d6c8204659eb18 Russell King 2016-08-31 @92 int __init sa11xx_clk_init(void)
:::::: The code at line 92 was first introduced by commit
:::::: d6c8204659eb1846c444997ee28fe9d7e5442f4e ARM: sa1100: convert to common clock framework
:::::: TO: Russell King <rmk+kernel@armlinux.org.uk>
:::::: CC: Russell King <rmk+kernel@armlinux.org.uk>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 20595 bytes --]
next reply other threads:[~2021-02-22 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-22 19:05 kernel test robot [this message]
2021-02-22 19:05 ` [arm:sa1100 21/56] arch/arm/mach-sa1100/clock.c:92:12: warning: no previous prototype for function 'sa11xx_clk_init' kernel test robot
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=202102230331.n4fBdec0-lkp@intel.com \
--to=lkp@intel.com \
--cc=clang-built-linux@googlegroups.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=rmk+kernel@armlinux.org.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.