Re: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32gen1: pcie: wrap functions with related macro definition

2020-12-01 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32gen1: pcie: wrap functions with related macro definition on 30/11/2020 Xulin Sun wrote: > In order to fix below compile warnings: > > drivers/pci/controller/dwc/pci-s32gen1.c:838:12

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32gen1: pcie: wrap functions with related macro definition

2020-11-30 Thread Xulin Sun
In order to fix below compile warnings: drivers/pci/controller/dwc/pci-s32gen1.c:838:12: warning: 's32gen1_pcie_config_irq' defined but not used [-Wunused-function] 838 | static int s32gen1_pcie_config_irq(int *irq_id, char *irq_name, |^~~