Re: PCI: Move OF-related PCI functions into PCI core

From: Bjorn Helgaas
Date: Thu Jun 07 2018 - 09:26:17 EST


On Thu, Jun 7, 2018 at 3:53 AM Andreas Schwab <schwab@xxxxxxx> wrote:
>
> OF_PCI is still referenced by drivers/pci/host/Kconfig.

Do you have a SHA1 for the file you're looking at? In my current
"next" branch (488ad6d3678b), "OF_PCI" is not referenced anywhere in
drivers/pci/:

08:25:21 ~/linux (next)$ git show |cat
commit 488ad6d3678beee65bcd74e6a9764bd7cee9d3d3
Merge: 0ecda3a08746 82e1719c4cd6
Author: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
Date: Wed Jun 6 16:10:51 2018 -0500

Merge branch 'pci/trivial'

- clean up quirks.c organization and whitespace (Bjorn Helgaas)

* pci/trivial:
PCI: Clean up whitespace in quirks.c
PCI: Reorder quirks infrastructure code

08:25:27 ~/linux (next)$ git grep OF_PCI drivers/pci |cat
08:25:30 ~/linux (next)$