projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ba472
)
mfd: ssbi: Add MODULE_DEVICE_TABLE
author
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 3 Jun 2013 19:39:43 +0000
(12:39 -0700)
committer
David Brown
<davidb@codeaurora.org>
Wed, 12 Jun 2013 21:48:57 +0000
(14:48 -0700)
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>
drivers/ssbi/ssbi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ssbi/ssbi.c
b/drivers/ssbi/ssbi.c
index f32da0258a8e785c6597016e39ec026c8ed81863..e561d3be54a59664b03e0aaba54bd5ee25099cb6 100644
(file)
--- a/
drivers/ssbi/ssbi.c
+++ b/
drivers/ssbi/ssbi.c
@@
-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,