All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Quentin Schulz <quentin.schulz@free-electrons.com>
Cc: kbuild-all@01.org, linux-gpio@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>
Subject: [gpio:ib-move-axp209 3/8] drivers/pinctrl/pinctrl-axp209.c:291:21: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function); did you mean 'pinconf_generic_params'?
Date: Wed, 13 Dec 2017 14:43:32 +0800	[thread overview]
Message-ID: <201712131429.cFZwgqsn%fengguang.wu@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git ib-move-axp209
head:   e1190083b89bd0d53c83b647ff313d9f004c6772
commit: 23f75d7dfa92132e08e31640e0f641dcdea781b9 [3/8] pinctrl: axp209: add pinctrl features
config: i386-randconfig-x010-12131225 (attached as .config)
compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025
reproduce:
        git checkout 23f75d7dfa92132e08e31640e0f641dcdea781b9
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/pinctrl/pinctrl-axp209.c:291:21: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function); did you mean 'pinconf_generic_params'?
     .dt_node_to_map  = pinconf_generic_dt_node_to_map_group,
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        pinconf_generic_params
>> drivers/pinctrl/pinctrl-axp209.c:292:18: error: 'pinconf_generic_dt_free_map' undeclared here (not in a function); did you mean 'pinconf_generic_params'?
     .dt_free_map  = pinconf_generic_dt_free_map,
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                     pinconf_generic_params

vim +291 drivers/pinctrl/pinctrl-axp209.c

   289	
   290	static const struct pinctrl_ops axp20x_pctrl_ops = {
 > 291		.dt_node_to_map		= pinconf_generic_dt_node_to_map_group,
 > 292		.dt_free_map		= pinconf_generic_dt_free_map,
   293		.get_groups_count	= axp20x_groups_cnt,
   294		.get_group_name		= axp20x_group_name,
   295		.get_group_pins		= axp20x_group_pins,
   296	};
   297	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 25461 bytes --]

                 reply	other threads:[~2017-12-13 14:58 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=201712131429.cFZwgqsn%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=quentin.schulz@free-electrons.com \
    /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.