[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANiq72=5JLSVFFZ9AZyVA+oCLjN5KVtwZVVqRYZL3DhZ39UC-w@mail.gmail.com>
Date: Wed, 24 Sep 2025 14:56:00 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Mark Brown <broonie@...nel.org>
Cc: Miguel Ojeda <ojeda@...nel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>, Tamir Duberstein <tamird@...il.com>,
Danilo Krummrich <dakr@...nel.org>, Alexandre Courbot <acourbot@...dia.com>
Subject: Re: linux-next: manual merge of the rust tree with the drm-rust tree
On Tue, Sep 16, 2025 at 3:01 PM Mark Brown <broonie@...nel.org> wrote:
>
> + use crate::util;
> + use crate::vbios::Vbios;
I think these two lines should not be added back; otherwise, we get a warning:
error: unused import: `crate::util`
--> drivers/gpu/nova-core/gpu.rs:11:5
|
11 | use crate::util;
| ^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
error: unused import: `crate::vbios::Vbios`
--> drivers/gpu/nova-core/gpu.rs:12:5
|
12 | use crate::vbios::Vbios;
| ^^^^^^^^^^^^^^^^^^^
Thanks!
Cheers,
Miguel
Powered by blists - more mailing lists