commit | e8ea29dc2baa8176e10810608e50c736c76581e8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Nov 01 12:28:10 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:50:51 2023 -0500 |
tree | 197f9e2abb2ae1d426b3fb4f378cd36707d6c36f | |
parent | 25a19ec9d836f030d07f89896888b2276d87f92e [diff] |
spi: Add <errno.h> to spi-mem-nodm.c This file uses errno return values in functions, so include <errno.h> here rather than rely on indirect inclusion. Signed-off-by: Tom Rini <trini@konsulko.com>