misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} functions
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 4 Jul 2024 02:32:27 +0000 (10:32 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 9 Jul 2024 22:58:54 +0000 (17:58 -0500)
commit1ae27dacae42c0259d17097eb7dcb98d16568cce
tree692797fb50ea9af7737cba0d74227b4047aabf06
parent76084965a91df915c47f59c938bb5b8eb467b16e
misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} functions

These two functions are defined in the pci_endpoint_test.c file, but not
called elsewhere, so delete these unused functions.

This fixes the following warning:

  drivers/misc/pci_endpoint_test.c:144:19: warning: unused function 'pci_endpoint_test_bar_readl'.
  drivers/misc/pci_endpoint_test.c:150:20: warning: unused function 'pci_endpoint_test_bar_writel'.

No functional changes intended.

[kwilczynski: commit log]
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9064
Link: https://lore.kernel.org/linux-pci/20240704023227.87039-1-jiapeng.chong@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Krzysztof WilczyƄski <kwilczynski@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/misc/pci_endpoint_test.c