mirror of https://gitee.com/openkylin/linux.git
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: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
This commit is contained in:
parent
28ba472bd3
commit
0421b519d5
|
@ -350,6 +350,7 @@ static struct of_device_id ssbi_match_table[] = {
|
||||||
{ .compatible = "qcom,ssbi" },
|
{ .compatible = "qcom,ssbi" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, ssbi_match_table);
|
||||||
|
|
||||||
static struct platform_driver ssbi_driver = {
|
static struct platform_driver ssbi_driver = {
|
||||||
.probe = ssbi_probe,
|
.probe = ssbi_probe,
|
||||||
|
|
Loading…
Reference in New Issue