Re: [PATCH v2 19/32] pci: scsi: pci: Drop DM_PCI check from scsi

2021-08-06 Thread Tom Rini
On Sun, Aug 01, 2021 at 06:54:32PM -0600, Simon Glass wrote: > We don't need this check anymore since when PCI is enabled, driver model > is always used. > > Drop it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 19/32] pci: scsi: pci: Drop DM_PCI check from scsi

2021-08-01 Thread Simon Glass
We don't need this check anymore since when PCI is enabled, driver model is always used. Drop it. Signed-off-by: Simon Glass --- (no changes since v1) drivers/scsi/scsi.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index