net: Drop duplicate include of dm.h in pcnet.c
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:58 +0000 (10:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000 (22:19 -0400)
This file includes the header twice. Drop the second one.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/net/pcnet.c

index 5595608..ad5ac66 100644 (file)
@@ -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>