Re: [Openipmi-developer] [PATCH -next 9/9] ipmi: ipmi_ssif: fix module autoloading
Brought to you by:
cminyard
|
From: Arnd B. <ar...@ar...> - 2024-08-19 12:03:29
|
On Mon, Aug 19, 2024, at 13:38, Yuntao Liu wrote:
> Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
> based on the alias from platform_device_id table.
>
> Signed-off-by: Yuntao Liu <liu...@hu...>
> ---
The driver already has a MODULE_ALIAS() with the same string.
I think the MODULE_DEVICE_TABLE() entry is slightly cleaner here,
but it should only have one of the two, not both.
Arnd
|