From: Udit Kumar Date: Mon, 10 Jul 2023 09:48:01 +0000 (+0530) Subject: scsi: ufs: ti-j721e: Expose device tree aliases X-Git-Tag: v6.6-rc1~11^2~83 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a9814b6c23e79ed58aeb432d7f1c556935aeaf8d;p=linux-block.git scsi: ufs: ti-j721e: Expose device tree aliases When TI UFS host controller driver is built as kernel module it is not getting auto-loaded due to missing aliases in modules. Add device tree related aliases. Signed-off-by: Udit Kumar Link: https://lore.kernel.org/r/20230710094801.183149-1-u-kumar1@ti.com Signed-off-by: Martin K. Petersen --- diff --git a/drivers/ufs/host/ti-j721e-ufs.c b/drivers/ufs/host/ti-j721e-ufs.c index 122d650d0810..117eb7da92ac 100644 --- a/drivers/ufs/host/ti-j721e-ufs.c +++ b/drivers/ufs/host/ti-j721e-ufs.c @@ -81,6 +81,8 @@ static const struct of_device_id ti_j721e_ufs_of_match[] = { { }, }; +MODULE_DEVICE_TABLE(of, ti_j721e_ufs_of_match); + static struct platform_driver ti_j721e_ufs_driver = { .probe = ti_j721e_ufs_probe, .remove = ti_j721e_ufs_remove,