]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pci: Fix up code for CONFIG_PCI_ENUM_ONLY
authorSimon Glass <sjg@chromium.org>
Fri, 31 Jul 2015 15:31:34 +0000 (09:31 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:53 +0000 (08:00 +0200)
commit22cda513444308bcbbebb25caa452730ce105d67
treed000dec85384352117c6e72daf283e4626652a76
parent95bd13568d96d78aa468726420bf73fecbb5a8f9
pci: Fix up code for CONFIG_PCI_ENUM_ONLY

This option is not used by any board but appears to still be useful, at least
for testing. With recent commits it does not build, so fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_auto.c