]> git.baikalelectronics.ru Git - uboot.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)
commit1fecba771f104b6593959c8ac481e35373550971
treec37963a3e6205a7bdeb28c495d0c558571247e63
parent8633df97f7ca31f955de97a29a4de292d5f6b50a
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