diff options
| author | Simon Glass <[email protected]> | 2019-11-14 12:57:35 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-12-02 18:23:14 -0500 |
| commit | 62270f4395f86bd5231fcb9c1710e42be7d67d60 (patch) | |
| tree | a17b47841340571e0d4573c8bbefd58f22ef4a77 /cmd | |
| parent | 30c7c4347307c807b0f9f9045053339507fd699e (diff) | |
common: Move some SMP functions out of common.h
These functions belong in cpu_func.h so move them over.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/elf.c b/cmd/elf.c index 538562fda58..32f12a72b9b 100644 --- a/cmd/elf.c +++ b/cmd/elf.c @@ -15,6 +15,7 @@ #include <common.h> #include <command.h> +#include <cpu_func.h> #include <elf.h> #include <env.h> #include <net.h> |
