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/bootp.c b/net/bootp.c index 2c918d8..05bfede 100644 --- a/net/bootp.c +++ b/net/bootp.c
@@ -9,6 +9,7 @@ */ #include <common.h> +#include <bootstage.h> #include <command.h> #include <env.h> #include <efi_loader.h>