Re: [Openipmi-developer] [PATCH -next 8/9] dmaengine: at_hdmac: fix module autoloading
Brought to you by:
cminyard
|
From: Arnd B. <ar...@ar...> - 2024-08-19 12:01:33
|
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...>
This table is again unused because at91 uses DT based
probing. Please just remove the table and the #ifdef/of_match_ptr()
around the of_device_id table.
Arnd
|