commit | 6a1ea3893ea59bbb9c7657a620f1b32129620fc2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:31:02 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:55 2024 -0600 |
tree | 8fc35382924d5f761ab0875ad97970cab5be9de3 | |
parent | 57cb0b99ea6f31cab72483bbc4bd85bfc1d6df8f [diff] [blame] |
net: Remove <common.h> and add needed includes Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/drivers/net/pfe_eth/pfe_eth.c b/drivers/net/pfe_eth/pfe_eth.c index ab532c5..e24a6f9 100644 --- a/drivers/net/pfe_eth/pfe_eth.c +++ b/drivers/net/pfe_eth/pfe_eth.c
@@ -4,7 +4,7 @@ * Copyright 2017 NXP */ -#include <common.h> +#include <config.h> #include <dm.h> #include <log.h> #include <malloc.h>