MAINTAINERS: Use wildcard pattern for ARM PMU headers
authorOliver Upton <oliver.upton@linux.dev>
Fri, 15 Sep 2023 20:24:21 +0000 (20:24 +0000)
committerWill Deacon <will@kernel.org>
Mon, 18 Sep 2023 09:38:17 +0000 (10:38 +0100)
Looks like arm_pmuv3.h isn't caught by the ARM PMU maintainers entry.
Fix it with a wildcard.

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20230915202421.2706446-1-oliver.upton@linux.dev
Signed-off-by: Will Deacon <will@kernel.org>
MAINTAINERS

index 90f13281d29708439ba448d26308109a3cfd747b..5b1a9f9d98b6326dd6fa2df62edc8a7ffd4f5510 100644 (file)
@@ -1662,7 +1662,7 @@ F:        arch/arm*/include/asm/perf_event.h
 F:     arch/arm*/kernel/hw_breakpoint.c
 F:     arch/arm*/kernel/perf_*
 F:     drivers/perf/
-F:     include/linux/perf/arm_pmu.h
+F:     include/linux/perf/arm_pmu*.h
 
 ARM PORT
 M:     Russell King <linux@armlinux.org.uk>