diff options
author | Ammar Faizi <[email protected]> | 2023-02-26 23:53:21 +0700 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2023-03-17 11:48:36 -1000 |
commit | 2c106e156a431b9190d319f68019ebf64322bfb6 (patch) | |
tree | ddbeda4bc1ad588c87f9a37df2af84ff8a622fd5 | |
parent | 8d3c682a5e3d9dfc2448ecbb22f4cd48359b9e21 (diff) |
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 <[email protected]>
Reviewed-by: Lai Jiangshan <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
-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 <[email protected]> |