PCI: Fix missing inline for pci_pr3_present()
authorTakashi Iwai <tiwai@suse.de>
Mon, 21 Oct 2019 14:25:20 +0000 (16:25 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Oct 2019 14:27:29 +0000 (16:27 +0200)
commit46b4bff6572b0552b1ee062043621e4b252638d8
tree72acbe13eddeb3d41aea8b79cb3860dc7dc06c14
parentbacd861452d2be86a4df341b12e32db7dac8021e
PCI: Fix missing inline for pci_pr3_present()

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>
include/linux/pci.h