This file includes the header twice. Drop the second one. Signed-off-by: Simon Glass <s...@chromium.org> ---
drivers/net/pcnet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/pcnet.c b/drivers/net/pcnet.c index 559560860b..ad5ac6618f 100644 --- a/drivers/net/pcnet.c +++ b/drivers/net/pcnet.c @@ -10,7 +10,6 @@ #include <cpu_func.h> #include <dm.h> #include <log.h> -#include <dm.h> #include <malloc.h> #include <memalign.h> #include <net.h> -- 2.28.0.rc0.105.gf9edc3c819-goog