diff options
author | 2023-02-26 23:53:21 +0700 | |
---|---|---|
committer | 2023-03-17 11:48:36 -1000 | |
commit | 2c106e156a431b9190d319f68019ebf64322bfb6 (patch) | |
tree | ddbeda4bc1ad588c87f9a37df2af84ff8a622fd5 | |
parent | Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linux (diff) | |
download | wireguard-linux-2c106e156a431b9190d319f68019ebf64322bfb6.tar.xz wireguard-linux-2c106e156a431b9190d319f68019ebf64322bfb6.zip |
MAINTAINERS: Add workqueue_internal.h to the WORKQUEUE entry
This file doesn't have a maintainer. It should belong to the WORKQUEUE
entry part. Add it to the WORKQUEUE entry.
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bb08f242c242..88a2eb2249c6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22596,6 +22596,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git F: Documentation/core-api/workqueue.rst F: include/linux/workqueue.h F: kernel/workqueue.c +F: kernel/workqueue_internal.h WWAN DRIVERS M: Loic Poulain <loic.poulain@linaro.org> |