diff options
| author | Ingo Molnar <mingo@kernel.org> | 2025-04-13 10:41:44 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-04-14 09:34:17 +0200 |
| commit | 0a35c9280a9105e601cfe23b7c15522a195fa412 (patch) | |
| tree | 33cc4ce341f160e5963e8783fc7847c96747e7cd /sound/soc/sof/amd | |
| parent | x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bit (diff) | |
| download | linux-0a35c9280a9105e601cfe23b7c15522a195fa412.tar.gz linux-0a35c9280a9105e601cfe23b7c15522a195fa412.zip | |
x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>
Collect AMD specific platform header files in <asm/amd/*.h>.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mario Limonciello <superm1@kernel.org>
Link: https://lore.kernel.org/r/20250413084144.3746608-7-mingo@kernel.org
Diffstat (limited to 'sound/soc/sof/amd')
| -rw-r--r-- | sound/soc/sof/amd/acp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/amd/acp.c b/sound/soc/sof/amd/acp.c index 7c6d647fa253..7e6f10726ff0 100644 --- a/sound/soc/sof/amd/acp.c +++ b/sound/soc/sof/amd/acp.c @@ -16,7 +16,7 @@ #include <linux/module.h> #include <linux/pci.h> -#include <asm/amd_node.h> +#include <asm/amd/node.h> #include "../ops.h" #include "acp.h" |
