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

Commit 6378c1e5 authored by Stephen Boyd's avatar Stephen Boyd Committed by Samuel Ortiz
Browse files

mfd: ssbi: Add MODULE_DEVICE_TABLE



This allows the ssbi module to be autoloaded on boot.

Cc: David Brown <davidb@codeaurora.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 55098ff7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -350,6 +350,7 @@ static struct of_device_id ssbi_match_table[] = {
	{ .compatible = "qcom,ssbi" },
	{}
};
MODULE_DEVICE_TABLE(of, ssbi_match_table);

static struct platform_driver ssbi_driver = {
	.probe		= ssbi_probe,