Re: [PATCH] dsa: dsa2: fix compile error for !CONFIG_OF

2017-11-25 Thread Florian Fainelli
On 11/25/2017 06:54 AM, David Miller wrote: > > Please repost this without the huge kernel config :-/ This does not appear to be necessary, this commit 96c623e51f1c40bf524decc48c6fac7ce5dd41f7 ("of: add of_property_read_variable_* dummy helpers") fixes this already. -- Florian

Re: [PATCH] dsa: dsa2: fix compile error for !CONFIG_OF

2017-11-25 Thread David Miller
Please repost this without the huge kernel config :-/

Re: [PATCH] dsa: dsa2: fix compile error for !CONFIG_OF

2017-11-24 Thread Arend van Spriel
On 11/24/2017 3:28 AM, Andrew Lunn wrote: On Thu, Nov 23, 2017 at 08:27:48PM +0100, Arend Van Spriel wrote: + Arnd On Thu, Nov 23, 2017 at 8:12 PM, Arend Van Spriel wrote: On Thu, Nov 23, 2017 at 3:04 PM, Andrew Lunn wrote: On Thu, Nov 23, 2017 at 01:00:51PM +0100, Arend van Spriel wrote:

Re: [PATCH] dsa: dsa2: fix compile error for !CONFIG_OF

2017-11-23 Thread Andrew Lunn
On Thu, Nov 23, 2017 at 08:27:48PM +0100, Arend Van Spriel wrote: > + Arnd > > On Thu, Nov 23, 2017 at 8:12 PM, Arend Van Spriel > wrote: > > On Thu, Nov 23, 2017 at 3:04 PM, Andrew Lunn wrote: > >> On Thu, Nov 23, 2017 at 01:00:51PM +0100, Arend van Spriel wrote: > >>> Compilation fails buildin

Re: [PATCH] dsa: dsa2: fix compile error for !CONFIG_OF

2017-11-23 Thread Arend Van Spriel
+ Arnd On Thu, Nov 23, 2017 at 8:12 PM, Arend Van Spriel wrote: > On Thu, Nov 23, 2017 at 3:04 PM, Andrew Lunn wrote: >> On Thu, Nov 23, 2017 at 01:00:51PM +0100, Arend van Spriel wrote: >>> Compilation fails building on x86_64 platform which does not >>> have CONFIG_OF enabled. >>> >>> Signed-o

Re: [PATCH] dsa: dsa2: fix compile error for !CONFIG_OF

2017-11-23 Thread Arend Van Spriel
On Thu, Nov 23, 2017 at 3:04 PM, Andrew Lunn wrote: > On Thu, Nov 23, 2017 at 01:00:51PM +0100, Arend van Spriel wrote: >> Compilation fails building on x86_64 platform which does not >> have CONFIG_OF enabled. >> >> Signed-off-by: Arend van Spriel >> --- >> After rebasing my branch to v4.14 I at

Re: [PATCH] dsa: dsa2: fix compile error for !CONFIG_OF

2017-11-23 Thread Andrew Lunn
On Thu, Nov 23, 2017 at 01:00:51PM +0100, Arend van Spriel wrote: > Compilation fails building on x86_64 platform which does not > have CONFIG_OF enabled. > > Signed-off-by: Arend van Spriel > --- > After rebasing my branch to v4.14 I attempted to build the kernel and hit > the following compile