]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust/pl011: move CLK_NAME static to function scope
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>
Thu, 24 Oct 2024 14:03:03 +0000 (17:03 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Nov 2024 13:18:16 +0000 (14:18 +0100)
commit2e57bb6b27214fa96e3a340b342d8f653a92e8f9
tree8cc7121cc69d76ac47e5ec1b31ccefc115bcc356
parent93243319db276bb424b7f9ad0bdfa8dc4b3368bd
rust/pl011: move CLK_NAME static to function scope

We do not need to have CLK_NAME public nor a static. No functional change.

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/20241024-rust-round-2-v1-5-051e7a25b978@linaro.org
rust/hw/char/pl011/src/device.rs