Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1650681
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: Tree for May 25 (gpio-ingenic.c) |
| Date | 2017-05-25 19:30 +0200 |
| Message-ID | <tL4Kd-2DT-7@gated-at.bofh.it> (permalink) |
| References | <tKR0B-2h5-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 05/24/17 19:43, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20170524:
>
on x86_64, with:
# CONFIG_OF is not set
CONFIG_GPIOLIB=y
CONFIG_GPIO_INGENIC=y
CONFIG_COMPILE_TEST=y
../drivers/gpio/gpio-ingenic.c: In function 'ingenic_gpio_probe':
../drivers/gpio/gpio-ingenic.c:324:10: error: 'struct gpio_chip' has no member named 'of_node'
jzgc->gc.of_node = dev->of_node;
^
config GPIO_INGENIC
tristate "Ingenic JZ47xx SoCs GPIO support"
depends on MACH_INGENIC || COMPILE_TEST
select GPIOLIB_IRQCHIP
There should be some dependency on OF there I think.
--
~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: Tree for May 25 Stephen Rothwell <sfr@canb.auug.org.au> - 2017-05-25 04:50 +0200 Re: linux-next: Tree for May 25 (gpio-ingenic.c) Randy Dunlap <rdunlap@infradead.org> - 2017-05-25 19:30 +0200 Re: linux-next: Tree for May 25 (pinctrl-ingenic.c) Randy Dunlap <rdunlap@infradead.org> - 2017-05-25 19:50 +0200
csiph-web