diff options
author | Hu Haowen <src.res@email.cn> | 2021-07-28 18:53:46 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-08-10 23:58:32 +0300 |
commit | 3f12cc4bb0a4d7b542af43b6f1b7175f13015629 (patch) | |
tree | b84bbb13d45aa46bda419143517a0f820a496c1b /Documentation/i2c | |
parent | 86ff25ed6cd8240d18df58930bd8848b19fce308 (diff) | |
download | linux-3f12cc4bb0a4d7b542af43b6f1b7175f13015629.tar.xz |
Documentation: i2c: add i2c-sysfs into index
Append i2c-sysfs to toctree in order to get rid of building warnings.
Fixes: 31df7195b100 ("Documentation: i2c: Add doc for I2C sysfs")
Signed-off-by: Hu Haowen <src.res@email.cn>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/i2c/index.rst b/Documentation/i2c/index.rst index 8b76217e370a..6270f1fd7d4e 100644 --- a/Documentation/i2c/index.rst +++ b/Documentation/i2c/index.rst @@ -17,6 +17,7 @@ Introduction busses/index i2c-topology muxes/i2c-mux-gpio + i2c-sysfs Writing device drivers ====================== |