Re: [PATCH -next] mfd: fix stmpe.c build when OF is not enabled

2012-11-26 Thread Samuel Ortiz
Hi Randy, On Mon, Nov 26, 2012 at 11:21:33AM -0800, Randy Dunlap wrote: > On 11/13/2012 05:35 AM, Linus Walleij wrote: > > > On Mon, Nov 12, 2012 at 6:20 PM, Randy Dunlap wrote: > > > >> From: Randy Dunlap > >> > >> Fix build errors when CONFIG_OF is not enabled by including > >> (needs to be

Re: [PATCH -next] mfd: fix stmpe.c build when OF is not enabled

2012-11-26 Thread Randy Dunlap
On 11/13/2012 05:35 AM, Linus Walleij wrote: > On Mon, Nov 12, 2012 at 6:20 PM, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix build errors when CONFIG_OF is not enabled by including >> (needs to be added in any case). >> An alternative fix could be to make the driver depend on OF. >> >

Re: [PATCH -next] mfd: fix stmpe.c build when OF is not enabled

2012-11-13 Thread Linus Walleij
On Mon, Nov 12, 2012 at 6:20 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build errors when CONFIG_OF is not enabled by including > (needs to be added in any case). > An alternative fix could be to make the driver depend on OF. > > drivers/mfd/stmpe.c:1025:2: error: implicit declaration

[PATCH -next] mfd: fix stmpe.c build when OF is not enabled

2012-11-12 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when CONFIG_OF is not enabled by including (needs to be added in any case). An alternative fix could be to make the driver depend on OF. drivers/mfd/stmpe.c:1025:2: error: implicit declaration of function 'of_property_read_u32' drivers/mfd/stmpe.c:1030:2: er