commit | a606ffc9e81e0412028a3b71f24421bc666e1645 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:40 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:48 2020 -0500 |
tree | f580fa4d2d2076d00d034d79f011885e5ca0169f | |
parent | a5037e21ca7a9d724db451e8516dadb406787e4a [diff] [blame] |
common: Move flash_perror() to flash.h This function belongs more in flash.h than common.h so move it. Also remove the space before the bracket in some calls. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/net/nfs.c b/net/nfs.c index 97e62f1..f4101eb 100644 --- a/net/nfs.c +++ b/net/nfs.c
@@ -28,6 +28,7 @@ #include <common.h> #include <command.h> +#include <flash.h> #include <net.h> #include <malloc.h> #include <mapmem.h>