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)
commit41ba040e169dce7b575ab108e752deb8431d9809
tree9876a729a6c7094b74ae73133a356660444841c2
parentf125e3cc1217c630dab1673c2ca181cc754b434b
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>
drivers/net/pcnet.c