Re: [PATCH -next] crypto: keembay - fix module autoloading
From: Alessandrelli, Daniele
Date: Mon Aug 19 2024 - 09:14:21 EST
On Mon, 2024-08-19 at 20:21 +0800, liaochen (A) wrote:
> On 2024/8/14 10:44, Liao Chen wrote:
> > Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
> > based on the alias from of_device_id table.
> >
> > Signed-off-by: Liao Chen <liaochen4@xxxxxxxxxx>
Acked-by: Daniele Alessandrelli <daniele.alessandrelli@xxxxxxxxx>
> > ---
> > drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
> > b/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
> > index c2dfca73fe4e..e54c79890d44 100644
> > --- a/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
> > +++ b/drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
> > @@ -1150,6 +1150,7 @@ static const struct of_device_id
> > kmb_ocs_hcu_of_match[] = {
> > },
> > {}
> > };
> > +MODULE_DEVICE_TABLE(of, kmb_ocs_hcu_of_match);
> >
> > static void kmb_ocs_hcu_remove(struct platform_device *pdev)
> > {
> Gentle ping
>
> Thanks,
> Chen
>