commit | b0b708185522e3bf43a5e776f193016f0d0fdc90 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Oct 31 21:30:18 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 31 21:30:18 2023 -0400 |
tree | 5ad184761618e586135586374e542b75a91f5c35 | |
parent | 83529f887189b7bd80a16ac45cf2de8eb8ca370e [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>