aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/pci_devs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/pci_devs.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/pci_devs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/pci_devs.h b/src/soc/amd/common/block/include/amdblocks/pci_devs.h
index 8a38ac15d7..074bdd804b 100644
--- a/src/soc/amd/common/block/include/amdblocks/pci_devs.h
+++ b/src/soc/amd/common/block/include/amdblocks/pci_devs.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __AMD_BLOCK_PCI_DEVS_H__
-#define __AMD_BLOCK_PCI_DEVS_H__
+#ifndef AMD_BLOCK_PCI_DEVS_H
+#define AMD_BLOCK_PCI_DEVS_H
#include <device/pci_def.h>
@@ -12,4 +12,4 @@
#define _SOC_DEV(slot, func) PCI_DEV(0, slot, func)
#endif
-#endif /* __AMD_BLOCK_PCI_DEVS_H__ */
+#endif /* AMD_BLOCK_PCI_DEVS_H */