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:
parent
f125e3cc12
commit
41ba040e16
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue