Merge "ASoC: hide bind/unbind in sysfs"

This commit is contained in:
qctecmdr
2019-05-21 20:33:24 -07:00
committed by Gerrit - the friendly Code Review server
53 changed files with 86 additions and 23 deletions

View File

@@ -565,6 +565,7 @@ static struct platform_driver audio_ref_clk_driver = {
.name = "audio-ref-clk",
.owner = THIS_MODULE,
.of_match_table = audio_ref_clk_match,
.suppress_bind_attrs = true,
},
.probe = audio_ref_clk_probe,
.remove = audio_ref_clk_remove,