mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
3cb2e7cb5a
commit
362d84c6a2
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
* Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <spi.h>
|
||||
|
|
Loading…
Reference in a new issue