diff options
Diffstat (limited to 'samples/rust/rust_dma.rs')
| -rw-r--r-- | samples/rust/rust_dma.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/rust/rust_dma.rs b/samples/rust/rust_dma.rs index f3385c4a7e5b..ead8b542bb4a 100644 --- a/samples/rust/rust_dma.rs +++ b/samples/rust/rust_dma.rs @@ -9,7 +9,7 @@ use kernel::{ dma::{CoherentAllocation, Device, DmaMask}, pci, prelude::*, - types::ARef, + sync::aref::ARef, }; struct DmaSampleDriver { |