Skip to content

Commit fd88253

Browse files
bulwahnkuba-moo
authored andcommitted
MAINTAINERS: adjust the file entry in INTEL PMC CORE DRIVER
Commit 7e2f7e2 ("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 <[email protected]> Acked-by: Ilpo Järvinen <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 1937a0b commit fd88253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11873,7 +11873,7 @@ L: [email protected]
1187311873
S: Maintained
1187411874
F: Documentation/ABI/testing/sysfs-platform-intel-pmc
1187511875
F: drivers/platform/x86/intel/pmc/
11876-
F: linux/platform_data/x86/intel_pmc_ipc.h
11876+
F: include/linux/platform_data/x86/intel_pmc_ipc.h
1187711877

1187811878
INTEL PMIC GPIO DRIVERS
1187911879
M: Andy Shevchenko <[email protected]>

0 commit comments

Comments
 (0)