All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 6839/8703] drivers/rpmsg/qcom_glink_ssr.c:64:6: warning: no previous prototype for function 'qcom_glink_ssr_notify'
@ 2020-05-19  3:39 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-19  3:39 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3090 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   e098d7762d602be640c53565ceca342f81e55ad2
commit: 93bc3feee8bd5fbe29ad27779c5e7b369fd7c80b [6839/8703] rpmsg: glink: Integrate glink_ssr in qcom_glink
config: x86_64-randconfig-a013-20200519 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 135b877874fae96b4372c8a3fbfaa8ff44ff86e3)
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        git checkout 93bc3feee8bd5fbe29ad27779c5e7b369fd7c80b
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> drivers/rpmsg/qcom_glink_ssr.c:64:6: warning: no previous prototype for function 'qcom_glink_ssr_notify' [-Wmissing-prototypes]
void qcom_glink_ssr_notify(const char *ssr_name)
^
drivers/rpmsg/qcom_glink_ssr.c:64:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void qcom_glink_ssr_notify(const char *ssr_name)
^
static
1 warning generated.

vim +/qcom_glink_ssr_notify +64 drivers/rpmsg/qcom_glink_ssr.c

5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  59  
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  60  /**
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  61   * qcom_glink_ssr_notify() - notify GLINK SSR about stopped remoteproc
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  62   * @ssr_name:	name of the remoteproc that has been stopped
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  63   */
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22 @64  void qcom_glink_ssr_notify(const char *ssr_name)
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  65  {
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  66  	blocking_notifier_call_chain(&ssr_notifiers, 0, (void *)ssr_name);
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  67  }
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  68  EXPORT_SYMBOL_GPL(qcom_glink_ssr_notify);
5d1f2e3c8090c0 drivers/soc/qcom/glink_ssr.c Bjorn Andersson 2020-04-22  69  

:::::: The code at line 64 was first introduced by commit
:::::: 5d1f2e3c8090c0769ee4a1b920e82277613327fc soc: qcom: glink_ssr: Internalize ssr_notifiers

:::::: TO: Bjorn Andersson <bjorn.andersson@linaro.org>
:::::: CC: Bjorn Andersson <bjorn.andersson@linaro.org>

---
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: 40216 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-19  3:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19  3:39 [linux-next:master 6839/8703] drivers/rpmsg/qcom_glink_ssr.c:64:6: warning: no previous prototype for function 'qcom_glink_ssr_notify' kbuild test robot

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.