net: Drop DM_PCI check from designware driver
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 00:54:34 +0000 (18:54 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Sep 2021 22:23:13 +0000 (18:23 -0400)
commite882a59ef1b293b6af496c3bd8417f648315a42f
treeb3de4cb21624642ef297948563e1553eca854052
parentd6d504d7ba8dc61dc0015ddd682bfce1dafa7dfc
net: Drop DM_PCI check from designware driver

We don't need this check anymore since when PCI is enabled, driver model
is always used.

Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/net/designware.c