aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/include/amdblocks/hda.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/hda.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/hda.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/hda.h b/src/soc/amd/common/block/include/amdblocks/hda.h
index ee6d6fbf7a..55feb6b434 100644
--- a/src/soc/amd/common/block/include/amdblocks/hda.h
+++ b/src/soc/amd/common/block/include/amdblocks/hda.h
@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __AMDBLOCKS_HDA_H__
-#define __AMDBLOCKS_HDA_H__
+#ifndef __AMD_BLOCK_HDA_H__
+#define __AMD_BLOCK_HDA_H__
#include <device/device.h>
/* SoC callback to add any quirks to HDA device node in SSDT. */
void hda_soc_ssdt_quirks(const struct device *dev);
-#endif /* __AMDBLOCKS_HDA_H__ */
+#endif /* __AMD_BLOCK_HDA_H__ */