mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, ssbi_match_table);
|
||||
|
||||
static struct platform_driver ssbi_driver = {
|
||||
.probe = ssbi_probe,
|
||||
|
Loading…
x
Reference in New Issue
Block a user