]> Git Repo - linux.git/commitdiff
mfd: ssbi: Add MODULE_DEVICE_TABLE
authorStephen Boyd <[email protected]>
Mon, 3 Jun 2013 19:39:43 +0000 (12:39 -0700)
committerDavid Brown <[email protected]>
Wed, 12 Jun 2013 21:48:57 +0000 (14:48 -0700)
This allows the ssbi module to be autoloaded on boot.

Cc: David Brown <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Signed-off-by: David Brown <[email protected]>
drivers/ssbi/ssbi.c

index f32da0258a8e785c6597016e39ec026c8ed81863..e561d3be54a59664b03e0aaba54bd5ee25099cb6 100644 (file)
@@ -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,
This page took 0.060514 seconds and 4 git commands to generate.