[PATCH] net: xscale: ixp4xx: add missing MODULE_DEVICE_TABLE()

Linus Walleij linusw at kernel.org
Thu Jul 9 06:14:16 PDT 2026


On Sun, Jul 5, 2026 at 2:19 AM Pengpeng Hou <pengpeng at iscas.ac.cn> wrote:

> The driver has a match table for the of bus wired into its driver
> structure, but the table is not exported with MODULE_DEVICE_TABLE().
>
> Add the missing MODULE_DEVICE_TABLE() entry so module alias information
> is generated for automatic module loading.
>
> This is a source-level fix.  It does not claim dynamic hardware
> reproduction; the evidence is the driver-owned match table, its use by
> the driver registration structure, and the missing module alias
> publication.
>
> Signed-off-by: Pengpeng Hou <pengpeng at iscas.ac.cn>

Reviewed-by: Linus Walleij <linusw at kernel.org>

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list