Re: [PATCH 18/33] pci: msc01: Drop use of DM_PCI

2021-07-26 Thread Daniel Schwierzeck
Am Montag, den 26.07.2021, 07:34 -0600 schrieb Simon Glass: > Now that DM_PCI is always enabled we don't need to check it. Drop > this > old code. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci_msc01.c | 64 - > > 1 file changed, 64 deletions(-

[PATCH 18/33] pci: msc01: Drop use of DM_PCI

2021-07-26 Thread Simon Glass
Now that DM_PCI is always enabled we don't need to check it. Drop this old code. Signed-off-by: Simon Glass --- drivers/pci/pci_msc01.c | 64 - 1 file changed, 64 deletions(-) diff --git a/drivers/pci/pci_msc01.c b/drivers/pci/pci_msc01.c index c17da475d