Re: [PATCH 2/3] pci: move pci-bridge.h out of asm-generic

From: Christoph Hellwig
Date: Mon Mar 07 2016 - 11:37:16 EST


On Mon, Mar 07, 2016 at 10:35:29AM -0600, Bjorn Helgaas wrote:
> I did something similar with
> http://lkml.kernel.org/r/20160202193026.9258.7573.stgit@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> The generic things in include/asm-generic/pci-bridge.h weren't really
> bridge-related, so I moved them to include/linux/pci.h instead of creating
> include/linux/pci-bridge.h.
>
> Then include/asm-generic/pci-bridge.h was empty, so I removed it and the
> includes of it.
>
> There were a few arch-specific asm/pci-bridge.h files, but they do contain
> arch-specific things, and they're only included by arch code, so I left
> them alone.
>
> My changes are in linux-next, and I plan to merge them during the v4.6
> merge window.

Even better. Let's drop this patch, but it would still be good to get
the other two through one of the trees.