From nobody Sat Feb 7 16:02:01 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A6F8718C00B for ; Sun, 13 Apr 2025 08:41:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533713; cv=none; b=gfRfMr8iOuNm/DXNiqpdY8kijCnNCZUctUTgXLYJpYH1RweLF5UuChEu9XnqfYN93B8LWIZJo4uAkErdqJHlaiJSCNLgCwYRGB/CafX681DbFliVpZzIfJSBc/twRc8BlXTX+vLzlo4rvQLp058iNCHLpr3oJanyum/DTywA88s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533713; c=relaxed/simple; bh=p3zhV+cC/dJn10doITQvJYBlHcrLapyBUYkDdStY/YU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RTdq8bbR3W6XWd9jwe+wXXd1uoivmwmZ+uJ3KI8Db6+gKrMEP1Sm2jeToBZe/2ml4mkBf9DzSr15Da5XIZDg2gfPDdXViWz8XFJZwPAJTvVm8O/03Z3gyi5ZuAq/EAZSx1AG0QWyXta8s1TjGQBUqKXtelxVOVOw1kjC88/sZW8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CNseuvkA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CNseuvkA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 207F7C4CEE7; Sun, 13 Apr 2025 08:41:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744533713; bh=p3zhV+cC/dJn10doITQvJYBlHcrLapyBUYkDdStY/YU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CNseuvkAq3ELcITxUBclmo8px1rp8bzbNyzjBbWiF/6OAH/ca9DJXcFV8jpZg6ep/ rSxpFJT8uVn3vOTMqRBRI9K935VAsMAeSkTqOd83e8z+cubCkiHGuNLlUUbxdPjA95 hfHjqF8H30+vBYl0wfXwMaSQjPh6CtOTNr3Poz73xSj9RRExgVKts8wUCl4Y2nS8/X xzFpDizyhqsJPTP08yU4B/U+jW6N461nblm9Za1ruOJgGMpQ/F5B7D7XwqQbwEuc9n TAaT+zJyZsWs6uPXYMO2L2FjTczG0X23XZ1buf7tZpWyxTVem278fP+kJ+rGuIF8mv R2tXaY/E5TLNQ== From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Mario Limonciello , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Ingo Molnar Subject: [PATCH 1/6] x86/platform/amd: Move the header to Date: Sun, 13 Apr 2025 10:41:39 +0200 Message-ID: <20250413084144.3746608-2-mingo@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250413084144.3746608-1-mingo@kernel.org> References: <20250413084144.3746608-1-mingo@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Collect AMD specific platform header files in . Cc: Borislav Petkov Cc: Mario Limonciello Signed-off-by: Ingo Molnar --- arch/x86/events/amd/ibs.c | 2 +- arch/x86/include/asm/{amd-ibs.h =3D> amd/ibs.h} | 0 tools/perf/check-headers.sh | 2 +- tools/perf/util/amd-sample-raw.c | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/events/amd/ibs.c b/arch/x86/events/amd/ibs.c index 0252b7ea8bca..172619932fe3 100644 --- a/arch/x86/events/amd/ibs.c +++ b/arch/x86/events/amd/ibs.c @@ -26,7 +26,7 @@ static u32 ibs_caps; #include =20 #include -#include +#include =20 /* attr.config2 */ #define IBS_SW_FILTER_MASK 1 diff --git a/arch/x86/include/asm/amd-ibs.h b/arch/x86/include/asm/amd/ibs.h similarity index 100% rename from arch/x86/include/asm/amd-ibs.h rename to arch/x86/include/asm/amd/ibs.h diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh index a4499e5a6f9c..493a13830419 100755 --- a/tools/perf/check-headers.sh +++ b/tools/perf/check-headers.sh @@ -185,7 +185,7 @@ done # diff with extra ignore lines check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <= asm/export.h>" -I"^SYM_FUNC_START\(_LOCAL\)*(memcpy_\(erms\|orig\))" -I"^#i= nclude "' check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <= asm/export.h>" -I"^SYM_FUNC_START\(_LOCAL\)*(memset_\(erms\|orig\))"' -check arch/x86/include/asm/amd-ibs.h '-I "^#include [<\"]\(asm/\)*msr-ind= ex.h"' +check arch/x86/include/asm/amd/ibs.h '-I "^#include [<\"]\(asm/\)*msr-ind= ex.h"' check arch/arm64/include/asm/cputype.h '-I "^#include [<\"]\(asm/\)*sysreg= .h"' check include/linux/unaligned.h '-I "^#include " -I "^#include " -I "^#pragma GCC diagnostic"' check include/uapi/asm-generic/mman.h '-I "^#include <\(uapi/\)*asm-generi= c/mman-common\(-tools\)*.h>"' diff --git a/tools/perf/util/amd-sample-raw.c b/tools/perf/util/amd-sample-= raw.c index 9d0ce88e90e4..456ce64ad822 100644 --- a/tools/perf/util/amd-sample-raw.c +++ b/tools/perf/util/amd-sample-raw.c @@ -9,7 +9,7 @@ #include =20 #include -#include "../../arch/x86/include/asm/amd-ibs.h" +#include "../../arch/x86/include/asm/amd/ibs.h" =20 #include "debug.h" #include "session.h" --=20 2.45.2 From nobody Sat Feb 7 16:02:01 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1D02618DF8D for ; Sun, 13 Apr 2025 08:41:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533716; cv=none; b=IcabA3By2qEYyTwwmm87niR7WToJ3h/gswWDpIEgo1yDiNqKaJMKJ8C4sAhZUcvLG7N8o4FN1zvAImSx2bF92L2DKtcqTblNnC9oWzPwjk48ZZa9UZW3IqcQyeBZGITBMrAxXvP6lgD740TGboaCeRPenNOVzaHNDldVHwkBSAI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533716; c=relaxed/simple; bh=ToPxVYrGsCS+1Pt/iKiZ9XhspSwbIKtXYzWedB2jReA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Fsyx+2IJshGf+FhLbtd0rem2md4RIu5C6BfHg2dj4mxmJ/2KHzJ2Ec6+opiVw3cCMZsxtXTh/TQ/kci/F3A+cGQ76veqSK0ttIXTT5pF0jHU/k1421bMHdSQe1+eU1WbSlbnUPW3iu4AGIeHxiedteV+jV/3Z+8iDL/+98kGmls= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UtAf65Qk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UtAf65Qk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8EADEC4CEDD; Sun, 13 Apr 2025 08:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744533715; bh=ToPxVYrGsCS+1Pt/iKiZ9XhspSwbIKtXYzWedB2jReA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UtAf65QkqUGUrDbB7i2Huw1UCvUcfvv1L4S83bLVuSI6syyHCPq3fgbR0nVDjah+E FM9bOAQ+DwwLHEg+cQpKgC3MrREMCRThPkSm1t8VAXiAlg0rOtnLWDdPWZIaXucpJw HYWlcuvuLW1cXyWAjaqgSCbH+CaWP0YWXwVr0IuXKMKwtTAthldtiFCOUSRErpa6Dz A+jqbGh4icnH7PVMPm5/pLN86agJUjevagn6r9RKiRq90AafXdp1QCzrNfQW2N61w8 SoNSTqWEwNM01BHQjNZBfmN6O8KZRV2yXsraOXkijav5BHSF92Z14Z3qO28qSMF3LI 40kxNWPI0dvsQ== From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Mario Limonciello , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Ingo Molnar Subject: [PATCH 2/6] x86/platform/amd: Add standard header guards to Date: Sun, 13 Apr 2025 10:41:40 +0200 Message-ID: <20250413084144.3746608-3-mingo@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250413084144.3746608-1-mingo@kernel.org> References: <20250413084144.3746608-1-mingo@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: Borislav Petkov Cc: Mario Limonciello --- arch/x86/include/asm/amd/ibs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/x86/include/asm/amd/ibs.h b/arch/x86/include/asm/amd/ibs.h index 77f3a589a99a..3ee5903982c2 100644 --- a/arch/x86/include/asm/amd/ibs.h +++ b/arch/x86/include/asm/amd/ibs.h @@ -1,4 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _ASM_X86_AMD_IBS_H +#define _ASM_X86_AMD_IBS_H + /* * From PPR Vol 1 for AMD Family 19h Model 01h B1 * 55898 Rev 0.35 - Feb 5, 2021 @@ -151,3 +154,5 @@ struct perf_ibs_data { }; u64 regs[MSR_AMD64_IBS_REG_COUNT_MAX]; }; + +#endif /* _ASM_X86_AMD_IBS_H */ --=20 2.45.2 From nobody Sat Feb 7 16:02:01 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B6D9190679 for ; Sun, 13 Apr 2025 08:41:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533718; cv=none; b=lr8ZMwftzRxAfdrnPEj+KgBYFgx0U0iC4HUO7p8gH4Qk1hDGFJ3wnYQ2GWFLVmEL9G7KVUHViUwECaQoX7cuuySzL7vEj1VvKUi3cFMlp3D/nBGGTbTRcbzn2s/sozTCVPVLkA1Yv6A4+TLvGAyQ9n00xXHyGzjzlIahMLw0XnI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533718; c=relaxed/simple; bh=0hUzcczFroY/vPX1MuguiUr3hK9rr66aXBjv4hQWhBc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=N965lBjjn9wY/2HXYAuTSwd+7f+7bHxIpgZlnrlOHALMxwXb9FVYskagxVQitANuLA3iu3cI9DjKDnKVW2dWqG/v9RaY+dZ0M/0soiK7xqTeJEWpgF/jUm4jJXIfROtFmvkQLFKYs0BL3xv4kgO3z00r6itwk3H8TrMMQB637dY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NW8F/T7k; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NW8F/T7k" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1092DC4CEE7; Sun, 13 Apr 2025 08:41:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744533718; bh=0hUzcczFroY/vPX1MuguiUr3hK9rr66aXBjv4hQWhBc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NW8F/T7kmaqnVP8xIYr114Wf6zOjuTUtVAbhS7FETuk2Sa7ZVg6o3TpPrNh92bWiH y6ciW68F8RqG5LVen86VOM/jTGM3BctGY6BZm/Jwfnlg5qrCM4CTRyKdl7BVpQes8I w+G7k6epkvrFbKHcfHUtnpydPAsFzqblKqhbhfw6NHjIoQGa4iSjfZN8Y1FleiD5DK 0d+FAkhdR7G55FHK19PYxNhycYDdLdN0+cY6NYSabh4IpLGQwEGgrcBXXFbROKIris RGyGEsArgbw11XxYFvz5o467m5dEHVkrcFBrdORl4tb+JNv8lt6cK4FS2YhemFV1If JcXQBvXvovhmA== From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Mario Limonciello , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Ingo Molnar Subject: [PATCH 3/6] x86/platform/amd: Move the header to Date: Sun, 13 Apr 2025 10:41:41 +0200 Message-ID: <20250413084144.3746608-4-mingo@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250413084144.3746608-1-mingo@kernel.org> References: <20250413084144.3746608-1-mingo@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Collect AMD specific platform header files in . Signed-off-by: Ingo Molnar Cc: Borislav Petkov Cc: Mario Limonciello --- arch/x86/include/asm/{amd_nb.h =3D> amd/nb.h} | 0 arch/x86/kernel/amd_gart_64.c | 2 +- arch/x86/kernel/amd_nb.c | 2 +- arch/x86/kernel/aperture_64.c | 2 +- arch/x86/kernel/cpu/cacheinfo.c | 2 +- arch/x86/kernel/cpu/mce/inject.c | 2 +- arch/x86/mm/amdtopology.c | 2 +- arch/x86/mm/numa.c | 2 +- arch/x86/pci/amd_bus.c | 2 +- drivers/char/agp/amd64-agp.c | 2 +- drivers/edac/amd64_edac.c | 2 +- drivers/platform/x86/amd/pmc/mp1_stb.c | 2 +- drivers/pnp/quirks.c | 2 +- drivers/ras/amd/atl/internal.h | 2 +- 14 files changed, 13 insertions(+), 13 deletions(-) diff --git a/arch/x86/include/asm/amd_nb.h b/arch/x86/include/asm/amd/nb.h similarity index 100% rename from arch/x86/include/asm/amd_nb.h rename to arch/x86/include/asm/amd/nb.h diff --git a/arch/x86/kernel/amd_gart_64.c b/arch/x86/kernel/amd_gart_64.c index c884deca839b..3485d419c2f5 100644 --- a/arch/x86/kernel/amd_gart_64.c +++ b/arch/x86/kernel/amd_gart_64.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include =20 static unsigned long iommu_bus_base; /* GART remapping area (physical) */ diff --git a/arch/x86/kernel/amd_nb.c b/arch/x86/kernel/amd_nb.c index 6d12a9b69432..bac445d217e6 100644 --- a/arch/x86/kernel/amd_nb.c +++ b/arch/x86/kernel/amd_nb.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include =20 static u32 *flush_words; =20 diff --git a/arch/x86/kernel/aperture_64.c b/arch/x86/kernel/aperture_64.c index 89c0c8a3fc7e..769321185a08 100644 --- a/arch/x86/kernel/aperture_64.c +++ b/arch/x86/kernel/aperture_64.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include =20 diff --git a/arch/x86/kernel/cpu/cacheinfo.c b/arch/x86/kernel/cpu/cacheinf= o.c index b3a520959b51..247fa8746fe5 100644 --- a/arch/x86/kernel/cpu/cacheinfo.c +++ b/arch/x86/kernel/cpu/cacheinfo.c @@ -16,7 +16,7 @@ #include #include =20 -#include +#include #include #include #include diff --git a/arch/x86/kernel/cpu/mce/inject.c b/arch/x86/kernel/cpu/mce/inj= ect.c index 06e3cf7229ce..bb060f8326ef 100644 --- a/arch/x86/kernel/cpu/mce/inject.c +++ b/arch/x86/kernel/cpu/mce/inject.c @@ -24,7 +24,7 @@ #include #include =20 -#include +#include #include #include #include diff --git a/arch/x86/mm/amdtopology.c b/arch/x86/mm/amdtopology.c index 628833afee37..f980b0eb0105 100644 --- a/arch/x86/mm/amdtopology.c +++ b/arch/x86/mm/amdtopology.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include =20 static unsigned char __initdata nodeids[8]; =20 diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c index 64e5cdb2460a..fed02d1073c7 100644 --- a/arch/x86/mm/numa.c +++ b/arch/x86/mm/numa.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include =20 #include "numa_internal.h" =20 diff --git a/arch/x86/pci/amd_bus.c b/arch/x86/pci/amd_bus.c index 631512f7ec85..95ae1971a5f1 100644 --- a/arch/x86/pci/amd_bus.c +++ b/arch/x86/pci/amd_bus.c @@ -5,7 +5,7 @@ #include #include =20 -#include +#include #include =20 #include diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c index 8e41731d3642..bf490967241a 100644 --- a/drivers/char/agp/amd64-agp.c +++ b/drivers/char/agp/amd64-agp.c @@ -16,7 +16,7 @@ #include #include /* PAGE_SIZE */ #include -#include +#include #include #include "agp.h" =20 diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index 90f0eb7cc5b9..417940f455d3 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c @@ -2,7 +2,7 @@ #include #include #include "amd64_edac.h" -#include +#include #include =20 static struct edac_pci_ctl_info *pci_ctl; diff --git a/drivers/platform/x86/amd/pmc/mp1_stb.c b/drivers/platform/x86/= amd/pmc/mp1_stb.c index c005f00988f7..3b9b9f30faa3 100644 --- a/drivers/platform/x86/amd/pmc/mp1_stb.c +++ b/drivers/platform/x86/amd/pmc/mp1_stb.c @@ -11,7 +11,7 @@ =20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt =20 -#include +#include #include #include #include diff --git a/drivers/pnp/quirks.c b/drivers/pnp/quirks.c index 6085a1471de2..6e1d4bfd28ac 100644 --- a/drivers/pnp/quirks.c +++ b/drivers/pnp/quirks.c @@ -290,7 +290,7 @@ static void quirk_system_pci_resources(struct pnp_dev *= dev) =20 #ifdef CONFIG_AMD_NB =20 -#include +#include =20 static void quirk_amd_mmconfig_area(struct pnp_dev *dev) { 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 #include =20 -#include +#include #include =20 #include "reg_fields.h" --=20 2.45.2 From nobody Sat Feb 7 16:02:01 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 547A7194A67 for ; Sun, 13 Apr 2025 08:42:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533721; cv=none; b=oSVbwxjg/DFd4tUy+WjuLIDoWlPMRswBIpV7k/1a///m2kTNGBafRoFMspRdNBWRuugQCgj19r76SFWeJ82EcW/ZOj56+32Lse4PswGAe1DgYYb1lIxy2fjj3/wBig0q0JhP7VU9ti0nUWPZjVXWBKSXU6xqrCLbivJ0lj1O1s4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533721; c=relaxed/simple; bh=iTGGyPYCxV6KsMg5n7PXTQ2VJ806bjR0JYp2KNLPRXA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=q19QfiOErdNA4PbibBb0ZtXzkoWtEQysyq665FOFwmxJnikEJWGnq/JvJZieNpq4p/7bJPvUo6PrH9mASVB4BD3OXORFP/zP2vBreqRJool9bk3kixn66YhOloLPW0V5ygZ+kXvy0grGXtlSHcQx6MOFrknooVuDnJ4YY/1aTes= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=e/Dd+HDt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="e/Dd+HDt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D37AC4CEDD; Sun, 13 Apr 2025 08:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744533720; bh=iTGGyPYCxV6KsMg5n7PXTQ2VJ806bjR0JYp2KNLPRXA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=e/Dd+HDtOo6scDMDiYFaEAyOkzHm6GdigKnRfRY4CRrF0wApe/yWcpnreGpi7h3wb IsDTRgCMRICZzCHDgn/sTGu4Xp2FFCKb2IBwHIbqTIG+Svt2SicewMi/7LPUqZeZ1V X4offItUDvV8Ztlvk7eLSvKUbw1DoCPw8pPxqv1li6TObs5CD4OB0lDdssA5T5Uvze vPOZsNCfXDFjAIlrmpOnZ/VLjVbGYbcxJwUm8rqcwiA0AAJt6ntdlCxyrD/szWbgSE NMsywHIQiona8KJ3BWrcLypbN1vKEqXrUErNF7yffXFTeNuYmI+Bec+cwLYMiucwJV SdmkhMCAJ01/w== From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Mario Limonciello , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Naveen Krishna Chatradhi , Carlos Bilbao Subject: [PATCH 4/6] x86/platform/amd: Move the header to Date: Sun, 13 Apr 2025 10:41:42 +0200 Message-ID: <20250413084144.3746608-5-mingo@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250413084144.3746608-1-mingo@kernel.org> References: <20250413084144.3746608-1-mingo@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Collect AMD specific platform header files in . Signed-off-by: Ingo Molnar Cc: Borislav Petkov Cc: Mario Limonciello Cc: Naveen Krishna Chatradhi Cc: Carlos Bilbao --- Documentation/userspace-api/ioctl/ioctl-number.rst | 2 +- MAINTAINERS | 4 ++-- arch/x86/include/asm/{amd_hsmp.h =3D> amd/hsmp.h} | 2 +- drivers/platform/x86/amd/hsmp/acpi.c | 2 +- drivers/platform/x86/amd/hsmp/hsmp.c | 2 +- drivers/platform/x86/amd/hsmp/plat.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documenta= tion/userspace-api/ioctl/ioctl-number.rst index 7a1409ecc238..1142234335ab 100644 --- a/Documentation/userspace-api/ioctl/ioctl-number.rst +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst @@ -395,7 +395,7 @@ Code Seq# Include File = Comments 0xF6 all LTTng= Linux Trace Toolkit Next Generation -0xF8 all arch/x86/include/uapi/asm/amd_hsmp.h AMD H= SMP EPYC system management interface driver +0xF8 all arch/x86/include/uapi/asm/amd/hsmp.h AMD H= SMP EPYC system management interface driver 0xFD all linux/dm-ioctl.h 0xFE all linux/isst_if.h diff --git a/MAINTAINERS b/MAINTAINERS index 96b827049501..ce2942d0fef4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1097,8 +1097,8 @@ R: Carlos Bilbao L: platform-driver-x86@vger.kernel.org S: Maintained F: Documentation/arch/x86/amd_hsmp.rst -F: arch/x86/include/asm/amd_hsmp.h -F: arch/x86/include/uapi/asm/amd_hsmp.h +F: arch/x86/include/asm/amd/hsmp.h +F: arch/x86/include/uapi/asm/amd/hsmp.h F: drivers/platform/x86/amd/hsmp/ =20 AMD IOMMU (AMD-VI) diff --git a/arch/x86/include/asm/amd_hsmp.h b/arch/x86/include/asm/amd/hsm= p.h similarity index 91% rename from arch/x86/include/asm/amd_hsmp.h rename to arch/x86/include/asm/amd/hsmp.h index 03c2ce3edaf5..f3253d27bf49 100644 --- a/arch/x86/include/asm/amd_hsmp.h +++ b/arch/x86/include/asm/amd/hsmp.h @@ -3,7 +3,7 @@ #ifndef _ASM_X86_AMD_HSMP_H_ #define _ASM_X86_AMD_HSMP_H_ =20 -#include +#include =20 #if IS_ENABLED(CONFIG_AMD_HSMP) int hsmp_send_message(struct hsmp_message *msg); diff --git a/drivers/platform/x86/amd/hsmp/acpi.c b/drivers/platform/x86/am= d/hsmp/acpi.c index c1eccb3c80c5..3c7acb90c3ab 100644 --- a/drivers/platform/x86/amd/hsmp/acpi.c +++ b/drivers/platform/x86/amd/hsmp/acpi.c @@ -9,7 +9,7 @@ =20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt =20 -#include +#include =20 #include #include diff --git a/drivers/platform/x86/amd/hsmp/hsmp.c b/drivers/platform/x86/am= d/hsmp/hsmp.c index a3ac09a90de4..e262e8a97b45 100644 --- a/drivers/platform/x86/amd/hsmp/hsmp.c +++ b/drivers/platform/x86/amd/hsmp/hsmp.c @@ -7,7 +7,7 @@ * This file provides a device implementation for HSMP interface */ =20 -#include +#include =20 #include #include diff --git a/drivers/platform/x86/amd/hsmp/plat.c b/drivers/platform/x86/am= d/hsmp/plat.c index b9782a078dbd..0eb73fcb9806 100644 --- a/drivers/platform/x86/amd/hsmp/plat.c +++ b/drivers/platform/x86/amd/hsmp/plat.c @@ -9,7 +9,7 @@ =20 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt =20 -#include +#include =20 #include #include --=20 2.45.2 From nobody Sat Feb 7 16:02:01 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DD4841991BB for ; Sun, 13 Apr 2025 08:42:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533723; cv=none; b=pjOSVz7QHZh1ylUsV85g2XbWH9XvMjF6uAtTWccI+d55pxjqRoQhPKwtWNr2rurROLiimPlxxqMxBB9jrIFiW5sP2aglRzIE6ptw+wXqtJiGdC56rCb8jQPFgUiqvLvc92prX/qVRly28sk+oh+2kvSPYtAjfJDaoY+M9NZQlas= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533723; c=relaxed/simple; bh=Xe0lKdnaWUybW9AgN4y/zvh4P/p6aR5hGPw3NxEAy6g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=HZCtCfG0etGhEk5PsBEXm08dbvFA8wQBv5t8QbjpenahITzed1iEQq1ZojF8tY+LcGzgIBoi6s4FgA9cuODpzK6f11eWyHRoSV0vJZmdQ8WIpdO569g9VbaZINWQa8/I45dvkWH89GiHjldvhqx77ik/uKoey7RQe39Sv2k61Yo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=auq4GjL9; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="auq4GjL9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58286C4CEE7; Sun, 13 Apr 2025 08:42:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744533723; bh=Xe0lKdnaWUybW9AgN4y/zvh4P/p6aR5hGPw3NxEAy6g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=auq4GjL9nLNJPn7xdUtWRqjR5YdFZ6FC5XPYkpRCH2rlHMTcG+siOC97uXVlAl4IJ lHkaFSHL6uKuBKrdaIKVWJk2xIo032emEfo2JdkHi8kKvEZzeSZcsn/HHKtTmiCQEY UrRSZ1XY79Tx3y+/2jxynDiY92P7gojlVOm7o4C3LBZkHCO2Oy1fKaLK0n3Vnqsd/x x9eRtVw8iz371ebYpp34yKoV1Vi/4KkjKBJbmTPey2YG30VM8devnf3oKd0BhRoRJU 30At0OeNo86vElHxgi7rY9j+3TPltGlYRKl6GpEevQ7doza3zZj6XAkbt+w8YKK7Bu M8s4rLsBWt5GQ== From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Mario Limonciello , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Naveen Krishna Chatradhi , Carlos Bilbao Subject: [PATCH 5/6] x86/platform/amd: Clean up the header guards a bit Date: Sun, 13 Apr 2025 10:41:43 +0200 Message-ID: <20250413084144.3746608-6-mingo@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250413084144.3746608-1-mingo@kernel.org> References: <20250413084144.3746608-1-mingo@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" - There's no need for a newline after the SPDX line - But there's a need for one before the closing header guard. Collect AMD specific platform header files in . Signed-off-by: Ingo Molnar Cc: Borislav Petkov Cc: Mario Limonciello Cc: Naveen Krishna Chatradhi Cc: Carlos Bilbao --- arch/x86/include/asm/amd/hsmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/amd/hsmp.h b/arch/x86/include/asm/amd/hsm= p.h index f3253d27bf49..7674ad9c5cbf 100644 --- a/arch/x86/include/asm/amd/hsmp.h +++ b/arch/x86/include/asm/amd/hsmp.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ - #ifndef _ASM_X86_AMD_HSMP_H_ #define _ASM_X86_AMD_HSMP_H_ =20 @@ -13,4 +12,5 @@ static inline int hsmp_send_message(struct hsmp_message *= msg) return -ENODEV; } #endif + #endif /*_ASM_X86_AMD_HSMP_H_*/ --=20 2.45.2 From nobody Sat Feb 7 16:02:01 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A7D8118CC10 for ; Sun, 13 Apr 2025 08:42:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533726; cv=none; b=BjEpCDfyfhD+l59vyPzb4e3xU/G/P5aURf8pAuC6a2mEntIXVn0W4d1+I3oQes1xJeqwxMTNk0zd2rmxzO7T4pPrFdYqVFx/suYsLUy36z1H0mZzA75PqefPww5YgI4itKxjLzZaFjwmA78bkDGKktPxkk8Bb2Zy1QIficNCQ2c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744533726; c=relaxed/simple; bh=VFGYoxLIKPg40Obpj6rCYDWionMe+vi6BNza8sME7ws=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ap9cLLxrFileJQ9HHPD3P6GZcn3a9qHMFYzaH4F312dj7fCf+8hx7KVNsiRymXDslKJanUPiuGu74g0ff94mpTR7lIsz7UbLyzLhJpUaONm0bVlqJkCo4G15u4MTEP1NxywsisLw/MBx/jjb+dbrI1dCEpmEe4ECLVi0GILjbfs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n4WH/Vvv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="n4WH/Vvv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 330ECC4CEE7; Sun, 13 Apr 2025 08:42:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744533726; bh=VFGYoxLIKPg40Obpj6rCYDWionMe+vi6BNza8sME7ws=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n4WH/VvvZD/A628iyx7nQ0LrCidOy/wWMx6IOrBHYWLYUZtXwXw+WnUViEXfmphse RU9WcVX+3Ni7OZ6Vu2LLA/GZVjgVgG1xa+Por9Xc4LLRIepmG6qQPh1ub7bwHhGOI2 J/WFxh8fGVCFFgTtzVJ7zGvVNpZBM3HZGpoPpIJmo1H3y0krL0vYqa+c37Woe9+Ze8 7Ye9d+8x0/89hF0pKAbwgyI0veHnq69AEzuq+s5vYk4UnHMxAJSQvbxZnUhEdcJ9Xz jRcfo4uLecrjQwp6v2UOHvMvCK9MS/k6YvR/P0HqzfHaa2hFkeV76/mIjJ6t1RkTSU NinMNwWKb5LgQ== From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Mario Limonciello , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner , Ingo Molnar Subject: [PATCH 6/6] x86/platform/amd: Move the header to Date: Sun, 13 Apr 2025 10:41:44 +0200 Message-ID: <20250413084144.3746608-7-mingo@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250413084144.3746608-1-mingo@kernel.org> References: <20250413084144.3746608-1-mingo@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Collect AMD specific platform header files in . Signed-off-by: Ingo Molnar Cc: Borislav Petkov Cc: Mario Limonciello --- MAINTAINERS | 2 +- arch/x86/include/asm/amd/nb.h | 2 +- arch/x86/include/asm/{amd_node.h =3D> amd/node.h} | 0 arch/x86/kernel/amd_node.c | 2 +- arch/x86/pci/fixup.c | 2 +- drivers/edac/amd64_edac.c | 2 +- drivers/hwmon/k10temp.c | 2 +- drivers/platform/x86/amd/hsmp/acpi.c | 2 +- drivers/platform/x86/amd/hsmp/plat.c | 2 +- drivers/platform/x86/amd/pmc/pmc.c | 2 +- drivers/platform/x86/amd/pmf/core.c | 2 +- drivers/ras/amd/atl/internal.h | 2 +- sound/soc/amd/acp/acp-rembrandt.c | 2 +- sound/soc/amd/acp/acp63.c | 2 +- sound/soc/amd/acp/acp70.c | 2 +- sound/soc/sof/amd/acp.c | 2 +- 16 files changed, 15 insertions(+), 15 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ce2942d0fef4..684b62c42014 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1142,7 +1142,7 @@ M: Mario Limonciello M: Yazen Ghannam L: linux-kernel@vger.kernel.org S: Supported -F: arch/x86/include/asm/amd_node.h +F: arch/x86/include/asm/amd/node.h F: arch/x86/kernel/amd_node.c =20 AMD PDS CORE DRIVER diff --git a/arch/x86/include/asm/amd/nb.h b/arch/x86/include/asm/amd/nb.h index adfa0854cf2d..ddb5108cf46c 100644 --- a/arch/x86/include/asm/amd/nb.h +++ b/arch/x86/include/asm/amd/nb.h @@ -4,7 +4,7 @@ =20 #include #include -#include +#include =20 struct amd_nb_bus_dev_range { u8 bus; diff --git a/arch/x86/include/asm/amd_node.h b/arch/x86/include/asm/amd/nod= e.h similarity index 100% rename from arch/x86/include/asm/amd_node.h rename to arch/x86/include/asm/amd/node.h diff --git a/arch/x86/kernel/amd_node.c b/arch/x86/kernel/amd_node.c index b670fa85c61b..a40176b62eb5 100644 --- a/arch/x86/kernel/amd_node.c +++ b/arch/x86/kernel/amd_node.c @@ -9,7 +9,7 @@ */ =20 #include -#include +#include =20 /* * AMD Nodes are a physical collection of I/O devices within an SoC. There= can be one 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 #include #include -#include +#include #include #include =20 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 #include "amd64_edac.h" #include -#include +#include =20 static struct edac_pci_ctl_info *pci_ctl; =20 diff --git a/drivers/hwmon/k10temp.c b/drivers/hwmon/k10temp.c index 3685906cc57c..472bcf6092f6 100644 --- a/drivers/hwmon/k10temp.c +++ b/drivers/hwmon/k10temp.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include =20 MODULE_DESCRIPTION("AMD Family 10h+ CPU core temperature monitor"); diff --git a/drivers/platform/x86/amd/hsmp/acpi.c b/drivers/platform/x86/am= d/hsmp/acpi.c index 3c7acb90c3ab..02e22c1f3a1d 100644 --- a/drivers/platform/x86/amd/hsmp/acpi.c +++ b/drivers/platform/x86/amd/hsmp/acpi.c @@ -23,7 +23,7 @@ =20 #include =20 -#include +#include =20 #include "hsmp.h" =20 diff --git a/drivers/platform/x86/amd/hsmp/plat.c b/drivers/platform/x86/am= d/hsmp/plat.c index 0eb73fcb9806..c9a1b1ed4224 100644 --- a/drivers/platform/x86/amd/hsmp/plat.c +++ b/drivers/platform/x86/amd/hsmp/plat.c @@ -18,7 +18,7 @@ #include #include =20 -#include +#include =20 #include "hsmp.h" =20 diff --git a/drivers/platform/x86/amd/pmc/pmc.c b/drivers/platform/x86/amd/= pmc/pmc.c index d789d6cab794..e5c4e6be37f7 100644 --- a/drivers/platform/x86/amd/pmc/pmc.c +++ b/drivers/platform/x86/amd/pmc/pmc.c @@ -28,7 +28,7 @@ #include #include =20 -#include +#include =20 #include "pmc.h" =20 diff --git a/drivers/platform/x86/amd/pmf/core.c b/drivers/platform/x86/amd= /pmf/core.c index a2cb2d5544f5..cecadae3f3bf 100644 --- a/drivers/platform/x86/amd/pmf/core.c +++ b/drivers/platform/x86/amd/pmf/core.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include "pmf.h" =20 /* PMF-SMU communication registers */ 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 =20 #include -#include +#include =20 #include "reg_fields.h" =20 diff --git a/sound/soc/amd/acp/acp-rembrandt.c b/sound/soc/amd/acp/acp-remb= randt.c index 746b6ed72029..c30a7b59fbff 100644 --- a/sound/soc/amd/acp/acp-rembrandt.c +++ b/sound/soc/amd/acp/acp-rembrandt.c @@ -22,7 +22,7 @@ #include #include =20 -#include +#include =20 #include "amd.h" #include "../mach-config.h" diff --git a/sound/soc/amd/acp/acp63.c b/sound/soc/amd/acp/acp63.c index 52d895e624c7..0ddde14da7d5 100644 --- a/sound/soc/amd/acp/acp63.c +++ b/sound/soc/amd/acp/acp63.c @@ -21,7 +21,7 @@ #include #include =20 -#include +#include =20 #include "amd.h" #include "acp-mach.h" diff --git a/sound/soc/amd/acp/acp70.c b/sound/soc/amd/acp/acp70.c index 6d5f5ade075c..7f4a25b46576 100644 --- a/sound/soc/amd/acp/acp70.c +++ b/sound/soc/amd/acp/acp70.c @@ -23,7 +23,7 @@ #include "amd.h" #include "acp-mach.h" =20 -#include +#include =20 #define DRV_NAME "acp_asoc_acp70" =20 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 #include =20 -#include +#include =20 #include "../ops.h" #include "acp.h" --=20 2.45.2