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

Commit e708f3a6 authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

memshare: Support hot plug detection for memshare



Add support for hot plug detection when memshare driver
is dynamically loaded.

Change-Id: I2f875c06778e4be9ffce234cec48f8fd4b4491a8
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent e5d85696
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -932,6 +932,8 @@ static const struct of_device_id memshare_match_table[] = {
	{}
};

MODULE_DEVICE_TABLE(of, memshare_match_table);

static struct platform_driver memshare_pdriver = {
	.probe          = memshare_probe,
	.remove         = memshare_remove,