PCI: designware: Uninline register accessors
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 13:33:33 +0000 (08:33 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 13:33:58 +0000 (08:33 -0500)
commit3d469939bcdf044d9f370be4f6bf21436afea310
treea9e09051ca882bcc40803b516d53e0a9f0b0286d
parent8ad750193430668d1d833dbee94788533b417b9a
PCI: designware: Uninline register accessors

The register accessors are not performance critical and small enough that
the compiler can inline them itself if it makes sense.

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