diff options
| author | Tom Rini <[email protected]> | 2024-04-27 08:11:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:05:04 -0600 |
| commit | 26d4114da22272937c899d67b51498559ba312d2 (patch) | |
| tree | a2d705e4db1e6d18eb7e31cdbebd24f8dbb7e554 /net/eth_bootdev.c | |
| parent | 0f92fa4560335f04858bfc9881e0bc6bbb756b3f (diff) | |
net: Remove <common.h> and add needed includes
Remove <common.h> from all "net/" files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'net/eth_bootdev.c')
| -rw-r--r-- | net/eth_bootdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/eth_bootdev.c b/net/eth_bootdev.c index 869adf8cbbd..6ee54e3c790 100644 --- a/net/eth_bootdev.c +++ b/net/eth_bootdev.c @@ -8,7 +8,6 @@ #define LOG_CATEGORY UCLASS_BOOTSTD -#include <common.h> #include <bootdev.h> #include <bootflow.h> #include <command.h> |
