diff options
author | James Morse <james.morse@arm.com> | 2018-10-05 10:21:20 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2018-10-05 12:55:07 -0400 |
commit | c20c650d9116a1e7be1b1d38810cbb2168a2ca98 (patch) | |
tree | 94301059037be4735d1a2e5d9eb8d83649104263 | |
parent | e9ed821be48600ea3ec7f7b76e478c769729f83c (diff) |
MAINTAINERS: fix bad sdei paths
The SDEI header files had an 'arm_' namespace added, but the patterns
in the MAINTAINERS files were missed. Oops.
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 225c3af1cccd..ba34d052604a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -13480,8 +13480,8 @@ L: linux-arm-kernel@lists.infradead.org | |||
13480 | S: Maintained | 13480 | S: Maintained |
13481 | F: Documentation/devicetree/bindings/arm/firmware/sdei.txt | 13481 | F: Documentation/devicetree/bindings/arm/firmware/sdei.txt |
13482 | F: drivers/firmware/arm_sdei.c | 13482 | F: drivers/firmware/arm_sdei.c |
13483 | F: include/linux/sdei.h | 13483 | F: include/linux/arm_sdei.h |
13484 | F: include/uapi/linux/sdei.h | 13484 | F: include/uapi/linux/arm_sdei.h |
13485 | 13485 | ||
13486 | SOFTWARE RAID (Multiple Disks) SUPPORT | 13486 | SOFTWARE RAID (Multiple Disks) SUPPORT |
13487 | M: Shaohua Li <shli@kernel.org> | 13487 | M: Shaohua Li <shli@kernel.org> |