diff options
author | 2025-04-13 10:41:44 +0200 | |
---|---|---|
committer | 2025-04-14 09:34:17 +0200 | |
commit | 0a35c9280a9105e601cfe23b7c15522a195fa412 (patch) | |
tree | 33cc4ce341f160e5963e8783fc7847c96747e7cd /drivers/edac | |
parent | x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bit (diff) | |
download | wireguard-linux-0a35c9280a9105e601cfe23b7c15522a195fa412.tar.xz wireguard-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 'drivers/edac')
-rw-r--r-- | drivers/edac/amd64_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index 417940f455d3..25180165ca8e 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c @@ -3,7 +3,7 @@ #include <linux/string_choices.h> #include "amd64_edac.h" #include <asm/amd/nb.h> -#include <asm/amd_node.h> +#include <asm/amd/node.h> static struct edac_pci_ctl_info *pci_ctl; |