Re: [PATCH] gpio: tegra: fix debugfs compile error

2019-07-08 Thread Arnd Bergmann
On Mon, Jul 8, 2019 at 3:06 PM Dmitry Osipenko wrote: > 08.07.2019 15:38, Arnd Bergmann пишет: > > The offending patch should be reverted already, please see [1]. > > [1] https://patchwork.ozlabs.org/patch/1128007/#2210871 Ok, sounds good. With my patch on top, the other version is a little nice

Re: [PATCH] gpio: tegra: fix debugfs compile error

2019-07-08 Thread Dmitry Osipenko
08.07.2019 15:38, Arnd Bergmann пишет: > Without this header, some configurations now run into a build failure: > > drivers/gpio/gpio-tegra.c:665:2: error: implicit declaration of function > 'debugfs_create_file' > [-Werror,-Wimplicit-function-declaration] > debugfs_create_file("teg

[PATCH] gpio: tegra: fix debugfs compile error

2019-07-08 Thread Arnd Bergmann
Without this header, some configurations now run into a build failure: drivers/gpio/gpio-tegra.c:665:2: error: implicit declaration of function 'debugfs_create_file' [-Werror,-Wimplicit-function-declaration] debugfs_create_file("tegra_gpio", 0444, NULL, tgi, ^ drivers/gpio/g