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>
This commit is contained in:
Simon Glass 2020-07-19 10:15:58 -06:00 committed by Tom Rini
parent f125e3cc12
commit 41ba040e16
1 changed files with 0 additions and 1 deletions

View 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>