Re: [PATCH] dm: Fix build error when OF_CONTROL is not set

2020-07-23 Thread Dan Murphy
Simon On 7/23/20 1:24 PM, Simon Glass wrote: On Tue, 21 Jul 2020 at 07:16, Dan Murphy wrote: With OF_CONTROL disabled the build fails for include/dm/read.h:932:10: error: ‘ENOTSUPP’ undeclared (first use in this function) Fixes: 134f3c366d78 ("dm: core: gracefully handle alias seq without of

Re: [PATCH] dm: Fix build error when OF_CONTROL is not set

2020-07-23 Thread Simon Glass
On Tue, 21 Jul 2020 at 07:16, Dan Murphy wrote: > > With OF_CONTROL disabled the build fails for > include/dm/read.h:932:10: error: ‘ENOTSUPP’ undeclared (first use in this > function) > > Fixes: 134f3c366d78 ("dm: core: gracefully handle alias seq without of") > Signed-off-by: Dan Murphy > ---

Re: [PATCH] dm: Fix build error when OF_CONTROL is not set

2020-07-22 Thread Dan Murphy
Hello On 7/21/20 8:16 AM, Dan Murphy wrote: With OF_CONTROL disabled the build fails for include/dm/read.h:932:10: error: ‘ENOTSUPP’ undeclared (first use in this function) Fixes: 134f3c366d78 ("dm: core: gracefully handle alias seq without of") Need to fix this SHA. Dan

[PATCH] dm: Fix build error when OF_CONTROL is not set

2020-07-21 Thread Dan Murphy
With OF_CONTROL disabled the build fails for include/dm/read.h:932:10: error: ‘ENOTSUPP’ undeclared (first use in this function) Fixes: 134f3c366d78 ("dm: core: gracefully handle alias seq without of") Signed-off-by: Dan Murphy --- include/dm/read.h | 2 ++ 1 file changed, 2 insertions(+) diff