]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: iommu: fix `srctree` link warning
authorMiguel Ojeda <ojeda@kernel.org>
Wed, 21 Jan 2026 18:43:39 +0000 (19:43 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 22 Jan 2026 08:19:30 +0000 (09:19 +0100)
commit12248a3862d50ef1a889153bb222d10d43e78c9d
tree3e4e00a1c3b08d6a550f1e097c48987ac20e9834
parent7222dd071b221dde38fea6d0798520572877ee2a
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
Fixes: 2e2f6b0ef855 ("rust: iommu: add io_pgtable abstraction")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
rust/kernel/iommu/pgtable.rs