Loading
rust: iommu: fix `srctree` link warning
The Rust kernel code should be kept `rustdoc`-clean [1].
Our custom `srctree` link checker in the `rustdoc` target reports:
warning: srctree/ link to include/io-pgtable.h does not exist
Thus fix it.
Link: https://rust-for-linux.com/contributing#submit-checklist-addendum
[1]
Fixes: 2e2f6b0e ("rust: iommu: add io_pgtable abstraction")
Signed-off-by:
Miguel Ojeda <ojeda@kernel.org>
Signed-off-by:
Joerg Roedel <joerg.roedel@amd.com>