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

Commit 99c429cb authored by Dave Gerlach's avatar Dave Gerlach Committed by Bjorn Andersson
Browse files

remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export alias



Use MODULE_DEVICE_TABLE with wkup_m3_rproc_of_match so the module alias
is exported and the wkup_m3_rproc driver can automatically probe.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
parent a66a5114
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ static const struct of_device_id wkup_m3_rproc_of_match[] = {
	{ .compatible = "ti,am4372-wkup-m3", },
	{},
};
MODULE_DEVICE_TABLE(of, wkup_m3_rproc_of_match);

static int wkup_m3_rproc_probe(struct platform_device *pdev)
{