Re: [PATCH v2 03/32] pci: Drop old code from header file

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

[PATCH v2 03/32] pci: Drop old code from header file

2021-08-01 Thread Simon Glass
We don't need this code anymore since when PCI is enabled, driver model is always used. Signed-off-by: Simon Glass --- (no changes since v1) include/pci.h | 60 +++ 1 file changed, 3 insertions(+), 57 deletions(-) diff --git a/include/pci.h b/in