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

Commit c433a1b6 authored by Olof Johansson's avatar Olof Johansson
Browse files

electra_cf: Add MODULE_DEVICE_TABLE()



Add a module device table to electra_cf so that modules can be
auto-probed/loaded.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 8962cadb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -352,6 +352,7 @@ static struct of_device_id electra_cf_match[] = {
	},
	{},
};
MODULE_DEVICE_TABLE(of, electra_cf_match);

static struct of_platform_driver electra_cf_driver = {
	.name	   = (char *)driver_name,