mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 08:47:44 -04: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:
committed by
David Brown
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,
|
||||
|
||||
Reference in New Issue
Block a user