commit | 8dc78bc74a5837a9eb7f89eb2cf4aa5fd743f5d4 | [log] [tgz] |
---|---|---|
author | Dan Murphy <dmurphy@ti.com> | Thu Jul 23 07:01:38 2020 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jul 27 21:03:15 2020 +0200 |
tree | d4f78ff8dda2c8e2037be815989f106c831935b4 | |
parent | 31e410fee4a4b5820001b7a4692abddba4f313d2 [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>