]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: scsi: pci: Drop DM_PCI check from scsi
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 00:54:32 +0000 (18:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 5 Aug 2021 23:46:35 +0000 (19:46 -0400)
commiteb4b7fa0ae50187e63e2f712409ebb63e1b77119
treec37963a3e6205a7bdeb28c495d0c558571247e63
parent2d88b26583ec0b4e98c999ae8c0c5c5f66ece1d3
pci: scsi: pci: Drop DM_PCI check from scsi

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/scsi/scsi.c