All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [frank-w-bpi-r2-4.14:5.8-main 6/62] drivers/soc/mediatek/mtk-pmic-wrap.c:2022:16: warning: no previous prototype for function 'pwrap_node_to_regmap'
Date: Wed, 12 Aug 2020 21:39:54 +0800	[thread overview]
Message-ID: <202008122149.RqSJkMFa%lkp@intel.com> (raw)

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

tree:   https://github.com/frank-w/BPI-R2-4.14 5.8-main
head:   c005c8640ef47f9bc527cd2d669f887ce1018989
commit: f2f6eae7483a73ffcc8fc71c1dce29ea227a4cef [6/62] mt6625l: add changes outside driver dir
config: arm64-randconfig-r035-20200812 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 30c1633386e7cfb01c0a54b31ccf4c3a3873e71b)
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 arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        git checkout f2f6eae7483a73ffcc8fc71c1dce29ea227a4cef
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

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 >>):

>> drivers/soc/mediatek/mtk-pmic-wrap.c:2022:16: warning: no previous prototype for function 'pwrap_node_to_regmap' [-Wmissing-prototypes]
   struct regmap *pwrap_node_to_regmap(struct device_node *np)
                  ^
   drivers/soc/mediatek/mtk-pmic-wrap.c:2022:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   struct regmap *pwrap_node_to_regmap(struct device_node *np)
   ^
   static 
   1 warning generated.

vim +/pwrap_node_to_regmap +2022 drivers/soc/mediatek/mtk-pmic-wrap.c

  2021	
> 2022	struct regmap *pwrap_node_to_regmap(struct device_node *np)
  2023	{
  2024		struct platform_device *pdev;
  2025		struct pmic_wrapper *wrp;
  2026		pdev = of_find_device_by_node(np);
  2027		if (!pdev)
  2028			return ERR_PTR(-ENODEV);
  2029		wrp = platform_get_drvdata(pdev);
  2030		return wrp->regmap;
  2031	}
  2032	EXPORT_SYMBOL_GPL(pwrap_node_to_regmap);
  2033	

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

                 reply	other threads:[~2020-08-12 13:39 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=202008122149.RqSJkMFa%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.