We neglected to update MAINTAINERS when we moved hmp.h to include/monitor/. Commit 17dc3ae3e1 (monitor: Extract completion declarations to 'monitor/hmp-completion.h', 2026-03-20) added the missing entry without deleting the stale one. Do that now.
Fixes: 275307aaab (hmp: Move hmp.h to include/monitor/, 2019-06-19) Cc: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 95dbd663d4..abffa4730e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3418,7 +3418,6 @@ S: Maintained F: monitor/monitor-internal.h F: monitor/monitor.c F: monitor/hmp* -F: hmp.h F: hmp-commands*.hx F: include/monitor/hmp.h F: include/monitor/hmp-completion.h -- 2.54.0
