commit | 1265bf684b4a14fa8fea1c38da1851e576c7b66a | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@nvidia.com> | Wed Sep 03 07:45:03 2025 -0400 |
committer | Leon Romanovsky <leon@kernel.org> | Thu Sep 11 07:17:49 2025 -0400 |
tree | 448679a2d06f51e32b131cf9d80e48f9f340b293 | |
parent | a4c3fd3a4dcfe901f37538b7f6679844d6c50f3d [diff] |
PCI/P2PDMA: Reduce scope of pci_has_p2pmem function pci_has_p2pmem() function is not used outside of p2pdma.c and there is no need in EXPORT_SYMBOL_GPL for this function at all. Signed-off-by: Leon Romanovsky <leonro@nvidia.com>