diff options
author | Simon Glass | 2017-05-17 08:22:40 -0600 |
---|---|---|
committer | Tom Rini | 2017-06-05 11:02:29 -0400 |
commit | 12d738ae4c97c551df6ed0ebe93406683f6032c1 (patch) | |
tree | c676584ad98541c12ccbe6857c8e26edcf733e0c /common | |
parent | 4baf23e0beaca4ea90983c8f97e1bba0282b5fc1 (diff) |
api: Add a header for api_init()
Put this in its own header instead of using common.h.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/board_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/board_r.c b/common/board_r.c index 00ba319ca77..bd77d646a13 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -11,6 +11,7 @@ */ #include <common.h> +#include <api.h> /* TODO: can we just include all these headers whether needed or not? */ #if defined(CONFIG_CMD_BEDBUG) #include <bedbug/type.h> |