Skip to content

Commit b600190

Browse files
committed
fixup! soc: apple: Add support for the AOP co-processor.
Adjust to v6.14-rc1 platform::Driver abstractions. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent ecfcb72 commit b600190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/apple/aop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ kernel::of_device_table!(
867867
impl platform::Driver for AopDriver {
868868
type IdInfo = ();
869869

870-
const ID_TABLE: platform::IdTable<()> = &OF_TABLE;
870+
const OF_ID_TABLE: Option<of::IdTable<()>> = Some(&OF_TABLE);
871871

872872
fn probe(pdev: &mut platform::Device, _info: Option<&()>) -> Result<Pin<KBox<AopDriver>>> {
873873
let dev = pdev.get_device();

0 commit comments

Comments
 (0)