diff options
| author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2025-12-10 18:14:17 +0000 |
|---|---|---|
| committer | Georgi Djakov <djakov@kernel.org> | 2025-12-19 10:51:17 +0200 |
| commit | a305df4125d17f23d3ce777bb1af9f9bba05efb1 (patch) | |
| tree | a1ac416c77d086f4195c7e5a4c670c54a6831e2c | |
| parent | 472100721b4b1d357e99512306ba7dda7bddad6f (diff) | |
MAINTAINERS: Add interconnect-clk.h to interconnect API entry
Commit 0ac2a08f42ce ("interconnect: add clk-based icc provider
support") introduced include/linux/interconnect-clk.h but missed adding
it to MAINTAINERS.
Since the corresponding implementation drivers/interconnect/icc-clk.c
is already covered by the drivers/interconnect/ directory entry, the
header file should be listed as well.
Fixes: 0ac2a08f42ce ("interconnect: add clk-based icc provider support")
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Link: https://lore.kernel.org/r/20251210181418.2123323-1-visitorckw@gmail.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5b11839cba9d..89a832709f3e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13162,6 +13162,7 @@ F: Documentation/devicetree/bindings/interconnect/ F: Documentation/driver-api/interconnect.rst F: drivers/interconnect/ F: include/dt-bindings/interconnect/ +F: include/linux/interconnect-clk.h F: include/linux/interconnect-provider.h F: include/linux/interconnect.h |
