mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user