diff options
author | 2025-04-14 09:32:04 +0200 | |
---|---|---|
committer | 2025-04-14 09:34:14 +0200 | |
commit | bcbb65559532891148d990527e9df6b8fc98e98d (patch) | |
tree | feb273919e8e38f91a7176c0acdfe5c904a10643 /drivers/ras | |
parent | x86/platform/amd: Add standard header guards to <asm/amd/ibs.h> (diff) | |
download | linux-rng-bcbb65559532891148d990527e9df6b8fc98e98d.tar.xz linux-rng-bcbb65559532891148d990527e9df6b8fc98e98d.zip |
x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.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-4-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 f9be26d25348..c63fee30cc18 100644 --- a/drivers/ras/amd/atl/internal.h +++ b/drivers/ras/amd/atl/internal.h @@ -17,7 +17,7 @@ #include <linux/bitops.h> #include <linux/ras.h> -#include <asm/amd_nb.h> +#include <asm/amd/nb.h> #include <asm/amd_node.h> #include "reg_fields.h" |