diff options
author | 2025-04-13 10:41:44 +0200 | |
---|---|---|
committer | 2025-04-14 09:34:17 +0200 | |
commit | 0a35c9280a9105e601cfe23b7c15522a195fa412 (patch) | |
tree | 33cc4ce341f160e5963e8783fc7847c96747e7cd /drivers/ras | |
parent | x86/platform/amd: Clean up the <asm/amd/hsmp.h> header guards a bit (diff) | |
download | linux-rng-0a35c9280a9105e601cfe23b7c15522a195fa412.tar.xz linux-rng-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/ras')
-rw-r--r-- | drivers/ras/amd/atl/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ras/amd/atl/internal.h b/drivers/ras/amd/atl/internal.h index c63fee30cc18..05bbee20eeaf 100644 --- a/drivers/ras/amd/atl/internal.h +++ b/drivers/ras/amd/atl/internal.h @@ -18,7 +18,7 @@ #include <linux/ras.h> #include <asm/amd/nb.h> -#include <asm/amd_node.h> +#include <asm/amd/node.h> #include "reg_fields.h" |