commit | 52f24238046ca28085f6de946d0358e5c7c7cbe8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:40:00 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 17:33:33 2020 -0400 |
tree | 960e1e8fd0ab37ccb58817f4acc1dffb018801e8 | |
parent | b67eefdb6ec9467c41b1c0081f0823bbfff36b00 [diff] [blame] |
common: Drop bootstage.h from common header Move this fairly uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/net/eth_legacy.c b/net/eth_legacy.c index 5d6b0d7..e0ef4a1 100644 --- a/net/eth_legacy.c +++ b/net/eth_legacy.c
@@ -6,6 +6,7 @@ */ #include <common.h> +#include <bootstage.h> #include <command.h> #include <env.h> #include <net.h>