PCI: Uninline PCI bus accessors for better ftracing
authorKeith Busch <keith.busch@intel.com>
Tue, 18 Sep 2018 23:58:37 +0000 (17:58 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Oct 2018 21:37:37 +0000 (16:37 -0500)
commit5180fd913558825e910e255d879232c63aaa5c24
treef075888dd6526bc38625207e41c0cc8d911c2b37
parent62b36c3ea664b34004b9d29bf541b6c6ce30e33c
PCI: Uninline PCI bus accessors for better ftracing

The PCI bus config accessors could be inlined into other accessor
functions, which makes it so they can't be traced.  Force them to never be
inlined so that ftrace can hook into these functions.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/access.c