aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 10:15:58 -0600
committerTom Rini <trini@konsulko.com>2020-08-03 22:19:54 -0400
commit41ba040e169dce7b575ab108e752deb8431d9809 (patch)
tree9876a729a6c7094b74ae73133a356660444841c2 /drivers
parentf125e3cc1217c630dab1673c2ca181cc754b434b (diff)
downloadu-boot-41ba040e169dce7b575ab108e752deb8431d9809.zip
u-boot-41ba040e169dce7b575ab108e752deb8431d9809.tar.gz
u-boot-41ba040e169dce7b575ab108e752deb8431d9809.tar.bz2
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/pcnet.c1
1 files changed, 0 insertions, 1 deletions
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>