diff options
author | Will Deacon <will@kernel.org> | 2022-07-07 11:25:40 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-07-07 11:25:40 +0100 |
commit | aaaee7b55c9e58410abcef6e3e2fd80e4135d02e (patch) | |
tree | a4a44a392030d980c3d803e39b42fbb130c81c35 /Documentation/admin-guide/perf | |
parent | 66637ab137b44914356a9dc7a9b3f8ebcf0b0695 (diff) | |
download | lwn-aaaee7b55c9e58410abcef6e3e2fd80e4135d02e.tar.gz lwn-aaaee7b55c9e58410abcef6e3e2fd80e4135d02e.zip |
docs: perf: Include hns3-pmu.rst in toctree to fix 'htmldocs' WARNING
After commit 39915b6b5fc2 ("drivers/perf: hisi: Add description for HNS3
PMU driver"),building the 'htmldocs' target results in the following
warning:
| Documentation/admin-guide/perf/hns3-pmu.rst: WARNING: document isn't included in any toctree
Add 'hns3-pmu' to the perf toctree to silence the warning.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/perf')
-rw-r--r-- | Documentation/admin-guide/perf/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/perf/index.rst b/Documentation/admin-guide/perf/index.rst index 69b23f087c05..9c9ece88ce53 100644 --- a/Documentation/admin-guide/perf/index.rst +++ b/Documentation/admin-guide/perf/index.rst @@ -9,6 +9,7 @@ Performance monitor support hisi-pmu hisi-pcie-pmu + hns3-pmu imx-ddr qcom_l2_pmu qcom_l3_pmu |