diff options
| author | Oliver Upton <oliver.upton@linux.dev> | 2023-09-15 20:24:21 +0000 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2023-09-18 10:38:17 +0100 |
| commit | 215b215d1e9278765c32af29515e8cdf679d47a3 (patch) | |
| tree | b8aa94a1b3f843510062e4cd1e09eafea66142a8 | |
| parent | Linux 6.6-rc1 (diff) | |
| download | linux-215b215d1e9278765c32af29515e8cdf679d47a3.tar.gz linux-215b215d1e9278765c32af29515e8cdf679d47a3.zip | |
MAINTAINERS: Use wildcard pattern for ARM PMU headers
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>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 90f13281d297..5b1a9f9d98b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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> |
