rust: drm: fix `srctree/` links
commit c2783c7c upstream. These `srctree/` links pointed inside `linux/`, but they are directly under `drm/`. Thus fix them. This cleans a future warning that will check our `srctree/` links. Cc: stable@vger.kernel.org Fixes: a98a73be ("rust: drm: file: Add File abstraction") Fixes: c284d3e4 ("rust: drm: gem: Add GEM object abstraction") Fixes: 07c90160 ("rust: drm: add driver abstractions") Fixes: 1e4b8896 ("rust: drm: add device abstraction") Fixes: 9a695706 ("rust: drm: ioctl: Add DRM ioctl abstraction") Acked-by:Danilo Krummrich <dakr@kernel.org> Reviewed-by:
Daniel Almeida <daniel.almeida@collabora.com> Signed-off-by:
Miguel Ojeda <ojeda@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
Please sign in to comment