Skip to content

Commit 1af1c10

Browse files
committed
fixup! soc: apple: Add SEP driver.
Adjust to v6.14-rc1 platform::Driver abstractions. Signed-off-by: Janne Grunau <[email protected]>
1 parent 6594dcb commit 1af1c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/apple/sep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ kernel::of_device_table!(
304304
impl platform::Driver for SepDriver {
305305
type IdInfo = ();
306306

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

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

0 commit comments

Comments
 (0)