On Tue, Mar 4, 2025 at 6:36 PM Danilo Krummrich <d...@kernel.org> 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 <alicer...@google.com> > Signed-off-by: Danilo Krummrich <d...@kernel.org>
Acked-by: Miguel Ojeda <oj...@kernel.org> Cheers, Miguel