diff options
author | 2025-03-17 10:27:17 +0100 | |
---|---|---|
committer | 2025-03-24 09:57:11 -0700 | |
commit | fd88253605a49034c39b61e1092b52c9f53254e5 (patch) | |
tree | 75b7ff6d293772cab4cf17ccfbfb2893aa24758d | |
parent | tcp: move icsk_clean_acked to a better location (diff) | |
download | wireguard-linux-fd88253605a49034c39b61e1092b52c9f53254e5.tar.xz wireguard-linux-fd88253605a49034c39b61e1092b52c9f53254e5.zip |
MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER
Commit 7e2f7e25f6ff ("arch: x86: add IPC mailbox accessor function and add
SoC register access") adds a new file entry referring to the non-existent
file linux/platform_data/x86/intel_pmc_ipc.h in section INTEL PMC CORE
DRIVER rather than referring to the file
include/linux/platform_data/x86/intel_pmc_ipc.h added with this commit.
Note that it was missing 'include' in the beginning.
Adjust the file reference to the intended file.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://patch.msgid.link/20250317092717.322862-1-lukas.bulwahn@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5959513a7359..c3fce4416723 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11873,7 +11873,7 @@ L: platform-driver-x86@vger.kernel.org S: Maintained F: Documentation/ABI/testing/sysfs-platform-intel-pmc F: drivers/platform/x86/intel/pmc/ -F: linux/platform_data/x86/intel_pmc_ipc.h +F: include/linux/platform_data/x86/intel_pmc_ipc.h INTEL PMIC GPIO DRIVERS M: Andy Shevchenko <andy@kernel.org> |