On 21.08.2025 13:23, Mykyta Poturai wrote: > With PCI disabled the build fails due to undefined struct > pci_host_bridge. > > Add ifdef guard to pci-host-rcar4.h to not require the stuct being > defined when PCI support is disabled. All call sites are already covered > by HAS_PCI check, so no dummy implementations are needed. > > Also move includes under the header guard to not break MISRA rules. > > Reported-by: Jan Beulich <jbeul...@suse.com> > Signed-off-by: Mykyta Poturai <mykyta_potu...@epam.com>
Along with the Reported-by I thought a Fixes: tag would go without saying. Can likely be added while committing. Jan