linux/rust/macros
Guilherme Giacomo Simoes bfb9e46b5b rust: macros: remove `module!`'s deprecated `author` key
Commit 38559da6af ("rust: module: introduce `authors` key") introduced
a new `authors` key to support multiple module authors, while keeping
the old `author` key for backward compatibility.

Now that most in-tree modules have migrated to `authors`, remove:
1. The deprecated `author` key support from the module macro
2. Legacy `author` entries from remaining modules

Signed-off-by: Guilherme Giacomo Simoes <trintaeoitogc@gmail.com>
Acked-by: Andreas Hindborg <a.hindborg@kernel.org>
Reviewed-by: Benno Lossin <lossin@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250609122200.179307-1-trintaeoitogc@gmail.com
[ Reworded slightly. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2025-06-24 01:01:13 +02:00
..
concat_idents.rs
export.rs rust: add #[export] macro 2025-03-09 20:52:46 +01:00
helpers.rs rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s 2025-05-27 20:07:09 +02:00
kunit.rs rust: kunit: support checked `-> Result`s in KUnit `#[test]`s 2025-05-27 20:09:59 +02:00
lib.rs rust: add `kunit_tests` to the prelude 2025-05-27 20:09:59 +02:00
module.rs rust: macros: remove `module!`'s deprecated `author` key 2025-06-24 01:01:13 +02:00
paste.rs rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint 2025-05-07 00:11:47 +02:00
quote.rs rust: make pin-init its own crate 2025-03-16 21:59:19 +01:00
vtable.rs rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`) 2023-08-09 21:15:07 +02:00