commit | 53e5bff16f82ea4326102e668e0e91b3ab4129ba | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Mon Oct 10 07:50:07 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 21:24:12 2016 -0500 |
tree | b3f2632bdbd3a134dff396d0c3ed2498a31d8730 | |
parent | fae68d690df573ab5c5e61f8a792fb426073a852 [diff] |
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>