diff options
author | WangYuli <wangyuli@uniontech.com> | 2025-03-11 16:14:40 +0300 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2025-03-27 16:34:05 +0300 |
commit | 372f97a24a70bffa0d33eb4ae5a1fbe9962658f4 (patch) | |
tree | 14f6af9e8a6efdbe92eb61af74fc6338dd70d160 | |
parent | 1dbf74e00a5f882b04b398399b6def65cd51ef21 (diff) | |
download | linux-372f97a24a70bffa0d33eb4ae5a1fbe9962658f4.tar.xz |
MAINTAINERS: TPM DEVICE DRIVER: add missing includes
Add the missing headers to the "TPM DEVICE DRIVER" entry:
1. include/linux/tpm*.h
2. include/linux/vtpm_proxy.h
[jarkko: wrote a new commit message. The original is in the linked post
for reference.]
Link: https://lore.kernel.org/linux-integrity/3E528EFF1AE81A17+20250311131440.1468875-1-wangyuli@uniontech.com/
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1cd25139cc58..f8b7ddcaffe6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24172,6 +24172,8 @@ Q: https://patchwork.kernel.org/project/linux-integrity/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git F: Documentation/devicetree/bindings/tpm/ F: drivers/char/tpm/ +F: include/linux/tpm*.h +F: include/uapi/linux/vtpm_proxy.h F: tools/testing/selftests/tpm2/ TPS546D24 DRIVER |