diff options
author | Benno Lossin <benno.lossin@proton.me> | 2025-03-08 11:04:56 +0000 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2025-03-16 21:59:19 +0100 |
commit | b321b9385409800859c2be722c6141909c7221b3 (patch) | |
tree | f233da5e46bc454bc95d2078d185cdee021fcd94 /scripts/generate_rust_analyzer.py | |
parent | 31547c988257b3ddd1badb23c166c42b5310735c (diff) | |
download | lwn-b321b9385409800859c2be722c6141909c7221b3.tar.gz lwn-b321b9385409800859c2be722c6141909c7221b3.zip |
rust: pin-init: change the way the `paste!` macro is called
Change the paste macro path from `::kernel::macros::paste!` to use
`$crate::init::macros::paste!` instead, which links to
`::macros::paste!`. This is because the pin-init crate will be a
dependency of the kernel, so it itself cannot have the kernel as a
dependency.
Signed-off-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Fiona Behrens <me@kloenk.dev>
Reviewed-by: Andreas Hindborg <a.hindborg@kernel.org>
Tested-by: Andreas Hindborg <a.hindborg@kernel.org>
Link: https://lore.kernel.org/r/20250308110339.2997091-14-benno.lossin@proton.me
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions