diff options
author | John Paul Adrian Glaubitz <[email protected]> | 2023-04-19 09:09:33 +0200 |
---|---|---|
committer | John Paul Adrian Glaubitz <[email protected]> | 2023-04-19 11:19:49 +0200 |
commit | 63f148c44f3919047301a023b10b0e3ce65a7389 (patch) | |
tree | 98bf22e95e38670b80f1e7e6b16923a0a79a7082 /drivers/cdx/controller/cdx_controller.c | |
parent | c2bd1e18c6f85c0027da2e5e7753b9bfd9f8e6dc (diff) |
sh: pci: Remove unused variable in SH-7786 PCI Express code
Addresses the following warning when building sdk7786_defconfig:
arch/sh/drivers/pci/pcie-sh7786.c:34:22: warning: 'dma_pfn_offset' defined but not used [-Wunused-variable]
34 | static unsigned long dma_pfn_offset;
| ^~~~~~~~~~~~~~
Fixes: e0d072782c73 ("dma-mapping: introduce DMA range map, supplanting dma_pfn_offset")
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/cdx/controller/cdx_controller.c')
0 files changed, 0 insertions, 0 deletions