summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKrzysztof Wilczyński <kw@linux.com>2021-05-10 05:30:32 +0300
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2021-06-03 19:13:55 +0300
commit42d7a8dc195f99e2e99d8f38a683e0852a29f6af (patch)
tree65b533929cd33eb3c5e25da2749e10420fbb47ba /arch
parent6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff)
downloadlinux-42d7a8dc195f99e2e99d8f38a683e0852a29f6af.tar.xz
PCI: mobiveil: Remove unused readl and writel functions
The PCIe host controller driver for Layerscape 4th generation SoC was added in the commit d29ad70a813b ("PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCs"). At this time two static functions were introduced that appear to currently have no users. Since nothing is using neither of these functions at the moment they can be safely removed. This resolves the following build time warnings: drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c:45:19: warning: unused function 'ls_pcie_g4_lut_readl' [-Wunused-function] drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c:50:20: warning: unused function 'ls_pcie_g4_lut_writel' [-Wunused-function] Link: https://lore.kernel.org/r/20210510023032.3063932-1-kw@linux.com Signed-off-by: Krzysztof Wilczyński <kw@linux.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions