Skip to content

Commit ccd2cd2

Browse files
committed
fixup! ASoC: apple: aop: Import unaligned u32 from asahi
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent d0645f4 commit ccd2cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/aop_audio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
//!
66
//! Copyright (C) The Asahi Linux Contributors
77
8+
use core::fmt;
89
use core::sync::atomic::{AtomicU32, Ordering};
910
use core::{mem, ptr, slice};
10-
use core::fmt;
1111

1212
use kernel::{
1313
bindings, c_str, device,

0 commit comments

Comments
 (0)