PCI: brcmstb: Drop needless 'inline' annotations
authorJim Quinlan <jim2101024@gmail.com>
Tue, 11 Oct 2022 18:42:09 +0000 (14:42 -0400)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Fri, 11 Nov 2022 10:41:18 +0000 (11:41 +0100)
commit137b57413f569d558c1054e2a181313574eb9a87
treee870cea5728a7e0726258177a9d3b638492ce109
parentca5dcc76314d1fa6d7307fd3b95039b08d2f2b97
PCI: brcmstb: Drop needless 'inline' annotations

A number of inline functions are called rarely and/or are not
time-critical.  Take out the "inline" and let the compiler do its work.

Link: https://lore.kernel.org/r/20221011184211.18128-5-jim2101024@gmail.com
Signed-off-by: Jim Quinlan <jim2101024@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Reviewed-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/pci/controller/pcie-brcmstb.c