treewide: Fix include guards

Include guards should cover the whole file.

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: Idbb7b26b31460ad5ac6b8a55a41eb274a8fcec92
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89871
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jakub "Kuba" Czapiga <czapiga@google.com>
This commit is contained in:
Maximilian Brune 2025-11-02 23:11:22 +01:00 committed by Matt DeVillier
commit 04d5201426
6 changed files with 18 additions and 16 deletions

View file

@ -222,8 +222,6 @@
#define PCI_DEV_GBE _PCI_DEV(ESPI, 6)
#define PCI_DEV_NPK _PCI_DEV(ESPI, 7)
#endif
/* for common code */
#define MIN_PCH_SLOT PCI_DEV_SLOT_THC
#define PCH_DEV_SLOT_CSE PCI_DEV_SLOT_CSE
@ -243,3 +241,5 @@
#define SA_DEVFN_TCSS_DMA1 PCI_DEVFN_TCSS_DMA1
#define SA_DEV_IGD PCI_DEV_IGD
#define SA_DEVFN_IGD PCI_DEVFN_IGD
#endif // _SOC_METEORLAKE_PCI_DEVS_H_

View file

@ -237,8 +237,6 @@
#define PCI_DEV_GBE _PCI_DEV(ESPI, 6)
#define PCI_DEV_NPK _PCI_DEV(ESPI, 7)
#endif
/* for common code */
#define MIN_PCH_SLOT PCI_DEV_SLOT_THC
#define PCH_DEV_SLOT_CSE PCI_DEV_SLOT_CSE
@ -258,3 +256,5 @@
#define SA_DEVFN_TCSS_DMA1 PCI_DEVFN_TCSS_DMA1
#define SA_DEV_IGD PCI_DEV_IGD
#define SA_DEVFN_IGD PCI_DEVFN_IGD
#endif // _SOC_PANTHERLAKE_PCI_DEVS_H_