From: Danilo Krummrich Date: Wed, 19 Jun 2024 13:39:18 +0000 (+0200) Subject: MAINTAINERS: add Rust device abstractions to DRIVER CORE X-Git-Tag: v6.11-rc1~49^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b521fc111a2ad5ead39776960d3d2d289ce0722;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: add Rust device abstractions to DRIVER CORE Add missing file path of the Rust abstractions to the maintainers entry, until we can move it to 'drivers/base/'. Signed-off-by: Danilo Krummrich Link: https://lore.kernel.org/r/20240619133949.64638-2-dakr@redhat.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/MAINTAINERS b/MAINTAINERS index 19e4a21e574eb..82c7bc2f181cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6714,6 +6714,7 @@ F: include/linux/fwnode.h F: include/linux/kobj* F: include/linux/property.h F: lib/kobj* +F: rust/kernel/device.rs DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS) M: Nishanth Menon