PCI: Fix missing inline for pci_pr3_present()
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Oct 2019 14:25:20 +0000 (16:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2020 09:19:53 +0000 (10:19 +0100)
commit9538659160cceadfeb5910e0d570c1f1df18e4b7
treead07db684c48433448e1c443c319999b0f3ab3fa
parent891f29feeb36415475588d834a26a9cb0c44a062
PCI: Fix missing inline for pci_pr3_present()

[ Upstream commit 46b4bff6572b0552b1ee062043621e4b252638d8 ]

The inline prefix was missing in the dummy function pci_pr3_present()
definition.  Fix it.

Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 52525b7a3cf8 ("PCI: Add a helper to check Power Resource Requirements _PR3 existence")
Link: https://lore.kernel.org/r/201910212111.qHm6OcWx%lkp@intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/pci.h