Re: [PATCH v2] gpio: remove less important #ifdef around declarations

2019-07-30 Thread Bartosz Golaszewski
wt., 30 lip 2019 o 07:44 Masahiro Yamada napisaƂ(a): > > The whole struct/function declarations in this header are surrounded > by #ifdef. > > As far as I understood, the motivation of this is probably to break > the build earlier if a driver misses to select or depend on correct > CONFIG options

[PATCH v2] gpio: remove less important #ifdef around declarations

2019-07-29 Thread Masahiro Yamada
The whole struct/function declarations in this header are surrounded by #ifdef. As far as I understood, the motivation of this is probably to break the build earlier if a driver misses to select or depend on correct CONFIG options in Kconfig. Since commit 94bed2a9c4ae ("Add