[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkda0YiUQTUDOEo7gnuegtPFauUyeLWs7wDkapzrUC-nwAw@mail.gmail.com>
Date: Fri, 24 Jul 2020 11:22:16 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: kernel test robot <lkp@...el.com>
Cc: Srinivas Neeli <srinivas.neeli@...inx.com>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Michal Simek <michal.simek@...inx.com>,
Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>,
sgoud@...inx.com, kbuild-all@...ts.01.org,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
git@...inx.com
Subject: Re: [PATCH V2 2/3] gpio: xilinx: Add interrupt support
On Fri, Jul 24, 2020 at 6:12 AM kernel test robot <lkp@...el.com> wrote:
> drivers/gpio/gpio-xilinx.c: In function 'xgpio_probe':
> drivers/gpio/gpio-xilinx.c:638:10: error: 'struct gpio_chip' has no member named 'of_gpio_n_cells'
> 638 | chip->gc.of_gpio_n_cells = cells;
> | ^
> >> drivers/gpio/gpio-xilinx.c:639:10: error: 'struct gpio_chip' has no member named 'of_xlate'
> 639 | chip->gc.of_xlate = xgpio_xlate;
> | ^
This is probably because your driver needs:
depends on OF_GPIO
in KConfig
Yours,
Linus Walleij
Powered by blists - more mailing lists