Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1632685
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: |
| Date | 2017-04-28 10:50 +0200 |
| Message-ID | <tB9Ld-4Zj-65@gated-at.bofh.it> (permalink) |
| References | <tB9rQ-4OU-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Apr 28, 2017 at 10:20 AM, Anatolij Gustschin <agust@denx.de> wrote: > Subject: [PATCH v3] gpiolib: Add stubs for gpiod lookup table interface > > Add stubs for gpiod_add_lookup_table() and gpiod_remove_lookup_table() > for the !GPIOLIB case to prevent build errors. Also add prototypes. > > Signed-off-by: Anatolij Gustschin <agust@denx.de> > --- > Changes in v3: > - add stubs for !GPIOLIB case. Drop prototypes, these are > already in gpio/machine.h Yeah... > --- a/include/linux/gpio/consumer.h > +++ b/include/linux/gpio/consumer.h So why should the stubs be in <linux/gpio/consumer.h> and not in <linux/gpio/machine.h>? Yours, Linus Walleij
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
(none) Anatolij Gustschin <agust@denx.de> - 2017-04-28 10:30 +0200
Re: Linus Walleij <linus.walleij@linaro.org> - 2017-04-28 10:50 +0200
Re: Anatolij Gustschin <agust@denx.de> - 2017-04-28 11:30 +0200
csiph-web