]> Git Repo - J-u-boot.git/commit
pci: include pci_internal.h inside pci_auto.c
authorVladimir Oltean <[email protected]>
Fri, 17 Sep 2021 12:11:21 +0000 (15:11 +0300)
committerTom Rini <[email protected]>
Sun, 3 Oct 2021 18:40:56 +0000 (14:40 -0400)
commit7f76084e2b62e5cdccd1ed30107fab7eb695edb6
treea27812ae9bc7253d945fe74d08e33da7690001a7
parent2649f69f13668b29e4e46ad3249143910048e1e5
pci: include pci_internal.h inside pci_auto.c

To avoid a build warning with W=1, provide a function prototype for
dm_pciauto_prescan_setup_bridge, which is a non-static function whose
definition is inside pci_auto.c.

Signed-off-by: Vladimir Oltean <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
drivers/pci/pci_auto.c
This page took 0.030544 seconds and 4 git commands to generate.