diff options
| author | Simon Glass <[email protected]> | 2021-08-01 18:54:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-05 19:46:35 -0400 |
| commit | 63814a69864ec5b2b8e85aace86ec1270e755c09 (patch) | |
| tree | ddaccc65f227f73b36c8dc8ad52291c65fa9450e /include | |
| parent | 199056d1a1b8301b493adf469859fe38d9a77170 (diff) | |
pci: imx: Drop DM_PCI check from cpu driver
We don't need this check anymore since when PCI is enabled, driver model
is always used.
Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/pci.h b/include/pci.h index fed829727ce..4d771133b2a 100644 --- a/include/pci.h +++ b/include/pci.h @@ -836,10 +836,6 @@ int pci_last_busno(void); extern void pci_mpc85xx_init (struct pci_controller *hose); #endif -#ifdef CONFIG_PCIE_IMX -extern void imx_pcie_remove(void); -#endif - /** * pci_write_bar32() - Write the address of a BAR including control bits * |
