PCI: exynos: Uninline register accessors
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 10 Oct 2016 12:50:07 +0000 (07:50 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 02:24:12 +0000 (21:24 -0500)
commit53e5bff16f82ea4326102e668e0e91b3ab4129ba
treeb3f2632bdbd3a134dff396d0c3ed2498a31d8730
parentfae68d690df573ab5c5e61f8a792fb426073a852
PCI: exynos: Uninline register accessors

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

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