Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Alex Courbot
On 11/25/2013 06:28 PM, Mika Westerberg wrote: On Mon, Nov 25, 2013 at 06:07:10PM +0900, Alexandre Courbot wrote: On Mon, Nov 25, 2013 at 5:58 PM, Mika Westerberg wrote: On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: Add missing declarations and include files to avoid

Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Mika Westerberg
On Mon, Nov 25, 2013 at 06:07:10PM +0900, Alexandre Courbot wrote: > On Mon, Nov 25, 2013 at 5:58 PM, Mika Westerberg > wrote: > > On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: > >> Add missing declarations and include files to avoid warnings during > >> compilation of

Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Alexandre Courbot
On Mon, Nov 25, 2013 at 5:58 PM, Mika Westerberg wrote: > On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: >> Add missing declarations and include files to avoid warnings during >> compilation of include/gpio/driver.h. > > It would be good to have those warnings included in the

Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Mika Westerberg
On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: > Add missing declarations and include files to avoid warnings during > compilation of include/gpio/driver.h. It would be good to have those warnings included in the changelog as well. > > Signed-off-by: Alexandre Courbot >

Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Mika Westerberg
On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: Add missing declarations and include files to avoid warnings during compilation of include/gpio/driver.h. It would be good to have those warnings included in the changelog as well. Signed-off-by: Alexandre Courbot

Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Alexandre Courbot
On Mon, Nov 25, 2013 at 5:58 PM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: Add missing declarations and include files to avoid warnings during compilation of include/gpio/driver.h. It would be good to have those

Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Mika Westerberg
On Mon, Nov 25, 2013 at 06:07:10PM +0900, Alexandre Courbot wrote: On Mon, Nov 25, 2013 at 5:58 PM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: Add missing declarations and include files to avoid warnings during

Re: [PATCH] gpiolib: add missing declarations

2013-11-25 Thread Alex Courbot
On 11/25/2013 06:28 PM, Mika Westerberg wrote: On Mon, Nov 25, 2013 at 06:07:10PM +0900, Alexandre Courbot wrote: On Mon, Nov 25, 2013 at 5:58 PM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: Add missing declarations

[PATCH] gpiolib: add missing declarations

2013-11-22 Thread Alexandre Courbot
Add missing declarations and include files to avoid warnings during compilation of include/gpio/driver.h. Signed-off-by: Alexandre Courbot Reported-by: Stephen Warren --- include/linux/gpio/driver.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/gpio/driver.h

[PATCH] gpiolib: add missing declarations

2013-11-22 Thread Alexandre Courbot
Add missing declarations and include files to avoid warnings during compilation of include/gpio/driver.h. Signed-off-by: Alexandre Courbot acour...@nvidia.com Reported-by: Stephen Warren swar...@wwwdotorg.org --- include/linux/gpio/driver.h | 3 +++ 1 file changed, 3 insertions(+) diff --git