[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <381ac6ca-3bb8-7599-4688-ea2df856e4ad@infradead.org>
Date: Thu, 25 May 2017 10:48:17 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux-Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linus Walleij <linus.walleij@...aro.org>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>
Subject: Re: linux-next: Tree for May 25 (pinctrl-ingenic.c)
On 05/24/17 19:43, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20170524:
>
on x86_64:
# CONFIG_OF not enabled
CONFIG_COMPILE_TEST=y
CONFIG_PINCTRL_INGENIC=y
config PINCTRL_INGENIC
bool "Pinctrl driver for the Ingenic JZ47xx SoCs"
default y
depends on MACH_INGENIC || COMPILE_TEST
Needs to depend on OF also..
../drivers/pinctrl/pinctrl-ingenic.c:467:20: error: 'pinconf_generic_dt_node_to_map_all' undeclared here (not in a function)
.dt_node_to_map = pinconf_generic_dt_node_to_map_all,
^
../drivers/pinctrl/pinctrl-ingenic.c:468:17: error: 'pinconf_generic_dt_free_map' undeclared here (not in a function)
.dt_free_map = pinconf_generic_dt_free_map,
^
--
~Randy
Powered by blists - more mailing lists