]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Drop DM_PCI check from pci_common
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 00:54:19 +0000 (18:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 5 Aug 2021 20:14:36 +0000 (16:14 -0400)
commit395dc0593e6ad1248f918db8cc42e457e9695f04
tree1fba5a10ebb3795e32b20fbd3f928fc20b172f31
parent9c890bcf62430ad4fcfd476ce0dca6e819326db5
pci: Drop DM_PCI check from pci_common

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

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