Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71ab1d58 authored by Niels de Vos's avatar Niels de Vos Committed by Tejun Heo
Browse files

pata_imx: expose module alias for loading from device-tree



Enable auto loading by udev when pata_imx is compiled as a module.

Signed-off-by: default avatarNiels de Vos <ndevos@redhat.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 867974fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -237,6 +237,7 @@ static const struct of_device_id imx_pata_dt_ids[] = {
		/* sentinel */
	}
};
MODULE_DEVICE_TABLE(of, imx_pata_dt_ids);

static struct platform_driver pata_imx_driver = {
	.probe		= pata_imx_probe,