diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-08-10 21:17:24 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-08-16 13:38:56 +0100 |
commit | cee964a15ff7d3886d7c641b0c118077f402e7cf (patch) | |
tree | ea30638840b8fa84ecf12fdb2add511c0aa27749 /MAINTAINERS | |
parent | 9050ad816f5205c0d069e3e492eb849265ae5167 (diff) | |
download | linux-cee964a15ff7d3886d7c641b0c118077f402e7cf.tar.gz linux-cee964a15ff7d3886d7c641b0c118077f402e7cf.tar.bz2 linux-cee964a15ff7d3886d7c641b0c118077f402e7cf.zip |
MAINTAINERS: Adjust ARM/NOMADIK/Ux500 ARCHITECTURES to file renaming
Commit 8f00b3c41ae7 ("mfd: db8500-prcmu: Rename register header") renames
dbx500-prcmu-regs.h to db8500-prcmu-regs.h in drivers/mfd/ but misses
to adjust the ARM/NOMADIK/Ux500 ARCHITECTURES section in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/mfd/dbx500*
Remove the obsolete file entry after this file renaming.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a61f4f3b78a9..f8f4284a1bd3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2248,7 +2248,6 @@ F: drivers/iio/adc/ab8500-gpadc.c F: drivers/mfd/ab8500* F: drivers/mfd/abx500* F: drivers/mfd/db8500* -F: drivers/mfd/dbx500* F: drivers/pinctrl/nomadik/ F: drivers/rtc/rtc-ab8500.c F: drivers/rtc/rtc-pl031.c |