OSDN Git Service

PCI: Reorder quirks infrastructure code
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 2 May 2018 17:50:55 +0000 (12:50 -0500)
committerBjorn Helgaas <helgaas@kernel.org>
Thu, 10 May 2018 21:48:09 +0000 (16:48 -0500)
commit780473508ace12fa58fb50339d3899c055ec4cad
treeb892a052492adc787a9711b19a1e6c0b97ed4550
parent60cc43fc888428bb2f18f08997432d426a243338
PCI: Reorder quirks infrastructure code

The infrastructure that applies PCI quirks was buried in the middle of the
quirks themselves (at one time it was probably at the end of the file, but
new quirks tend to be added at the end of the file).  Move it all to the
top of the file so it's easy to find.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c