diff options
| author | Tomer Maimon <[email protected]> | 2019-04-05 18:39:22 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2019-04-05 16:02:31 -1000 |
| commit | 166dbd930c99f640fa8a9beead7b9f5f5b016fa0 (patch) | |
| tree | 5c82da7335120f87da0e57460a832aeaa3219ec5 | |
| parent | 0b3d6e6f2dd0a7b697b1aa8c167265908940624b (diff) | |
MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM
In the process of upstreaming architecture support for ARM/NUVOTON NPCM
include/dt-bindings/clock/nuvoton,npcm7xx-clks.h was renamed
include/dt-bindings/clock/nuvoton,npcm7xx-clock.h without updating
MAINTAINERS. This updates the MAINTAINERS pattern to match the new name
of this file.
Link: http://lkml.kernel.org/r/[email protected]
Fixes: 6a498e06ba22 ("MAINTAINERS: Add entry for the Nuvoton NPCM architecture")
Signed-off-by: Brendan Higgins <[email protected]>
Signed-off-by: Tomer Maimon <[email protected]>
Reported-by: Joe Perches <[email protected]>
Reviewed-by: Benjamin Fair <[email protected]>
Cc: Avi Fishman <[email protected]>
Cc: Mukesh Ojha <[email protected]>
Cc: Nancy Yuen <[email protected]>
Cc: Patrick Venture <[email protected]>
Cc: Tali Perry <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6771bd784f5f..63bfdaf13f28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1900,7 +1900,7 @@ L: [email protected] (moderated for non-subscribers) S: Supported F: arch/arm/mach-npcm/ F: arch/arm/boot/dts/nuvoton-npcm* -F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h +F: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h F: drivers/*/*npcm* F: Documentation/devicetree/bindings/*/*npcm* F: Documentation/devicetree/bindings/*/*/*npcm* |