From: Simon Glass Date: Sun, 19 Jul 2020 16:15:58 +0000 (-0600) Subject: net: Drop duplicate include of dm.h in pcnet.c X-Git-Tag: v2020.10-rc2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ba040e169dce7b575ab108e752deb8431d9809;p=pandora-u-boot.git 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 --- diff --git a/drivers/net/pcnet.c b/drivers/net/pcnet.c index 559560860bd..ad5ac6618f7 100644 --- a/drivers/net/pcnet.c +++ b/drivers/net/pcnet.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include