diff options
author | 2024-09-17 12:39:55 +0200 | |
---|---|---|
committer | 2024-09-17 12:41:34 +0200 | |
commit | 837acb691c844d0525f4ac86f2a2ce55a9706908 (patch) | |
tree | a7a607055b4b939e01207d96c854397b3ad12ce4 | |
parent | platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch buttons LED (diff) | |
download | wireguard-linux-837acb691c844d0525f4ac86f2a2ce55a9706908.tar.xz wireguard-linux-837acb691c844d0525f4ac86f2a2ce55a9706908.zip |
MAINTAINERS: adjust file entry in INTEL MID PLATFORM
Commit 5f1cda51107f ("platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to
x86 subfolder") moves intel-mid_wdt.h in ./include/linux/platform_data into
the x86 subdirectory, but misses to adjust the INTEL MID PLATFORM section,
which is referring to this file.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Adjust the file entry to this header file movement.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Link: https://lore.kernel.org/r/20240917103955.102921-1-lukas.bulwahn@redhat.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3f3a8d8abf87..5df809ed3605 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11481,7 +11481,7 @@ F: drivers/platform/x86/intel_scu_* F: drivers/staging/media/atomisp/ F: drivers/watchdog/intel-mid_wdt.c F: include/linux/mfd/intel_soc_pmic_mrfld.h -F: include/linux/platform_data/intel-mid_wdt.h +F: include/linux/platform_data/x86/intel-mid_wdt.h F: include/linux/platform_data/x86/intel_scu_ipc.h INTEL P-Unit IPC DRIVER |