On Tue, Mar 4, 2025 at 6:36 PM Danilo Krummrich <[email protected]> wrote: > > The `LocalModule` type is the type of the module created by `module!`, > `module_pci_driver!`, `module_platform_driver!`, etc. > > Since the exact type of the module is sometimes generated on the fly by > the listed macros, provide an alias. > > This is first used by the `module_firmware!` macro introduced in a > subsequent patch. > > Suggested-by: Alice Ryhl <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]>
Acked-by: Miguel Ojeda <[email protected]> Cheers, Miguel
