commit | d3aa90e35d6ec0c26e9122075ccd8d80f584c156 | [log] [tgz] |
---|---|---|
author | Dan Murphy <dmurphy@ti.com> | Thu Jul 23 07:01:38 2020 -0500 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 19:30:39 2020 -0600 |
tree | b4f676808d2476389f86b65d43d828966d46eeb0 | |
parent | e064fc160b56b6f6011dc1eddff3cc3125f584af [diff] |
dm: Fix build error when OF_CONTROL is not set With OF_CONTROL disabled the build fails for include/dm/read.h:932:10: error: ‘ENOTSUPP’ undeclared (first use in this function) 932 | return -ENOTSUPP; Fixes: 45224e8f2691 ("dm: core: gracefully handle alias seq without of") Signed-off-by: Dan Murphy <dmurphy@ti.com>