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: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Stephen Boyd
2013-06-03 12:39:43 -07:00
committed by Samuel Ortiz
parent 55098ff79f
commit 6378c1e511

View File

@ -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,