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 /arch/x86/pci | |
| 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 'arch/x86/pci')
| -rw-r--r-- | arch/x86/pci/fixup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/fixup.c b/arch/x86/pci/fixup.c index efefeb82ab61..36336299596b 100644 --- a/arch/x86/pci/fixup.c +++ b/arch/x86/pci/fixup.c @@ -9,7 +9,7 @@ #include <linux/pci.h> #include <linux/suspend.h> #include <linux/vgaarb.h> -#include <asm/amd_node.h> +#include <asm/amd/node.h> #include <asm/hpet.h> #include <asm/pci_x86.h> |
