commit | 45a145db9f5424c62f29ed6b1646ea6c104dd5e1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:58 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 9876a729a6c7094b74ae73133a356660444841c2 | |
parent | 5b15d266d36cdf1a24a17e96b5fbba23845e3b1c [diff] |
net: Drop duplicate include of dm.h in pcnet.c This file includes the header twice. Drop the second one. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/net/pcnet.c b/drivers/net/pcnet.c index 5595608..ad5ac66 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>