Skip to content

Commit 63f148c

Browse files
committed
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: e0d0727 ("dma-mapping: introduce DMA range map, supplanting dma_pfn_offset") Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/20230419070934.422997-1-glaubitz@physik.fu-berlin.de
1 parent c2bd1e1 commit 63f148c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/sh/drivers/pci/pcie-sh7786.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ struct sh7786_pcie_port {
3131

3232
static struct sh7786_pcie_port *sh7786_pcie_ports;
3333
static unsigned int nr_ports;
34-
static unsigned long dma_pfn_offset;
3534
size_t memsize;
3635
u64 memstart;
3736

0 commit comments

Comments
 (0)