summaryrefslogtreecommitdiff
path: root/soc/wcd-spi-ac.c
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-05-21 20:33:24 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-05-21 20:33:23 -0700
commit34b7d3b2fdb9a8cbc40287f2c8354ad8cb5b05d5 (patch)
tree42713338a89568ae469396eed34f1139168f3504 /soc/wcd-spi-ac.c
parent4d046667df1d16d50e92ba8ef271a95910b1e721 (diff)
parent53cd13a1ab325e0f4efb766d6e51a6c36dfef157 (diff)
downloadmsm-extra-34b7d3b2fdb9a8cbc40287f2c8354ad8cb5b05d5.tar.gz
Merge "ASoC: hide bind/unbind in sysfs"
Diffstat (limited to 'soc/wcd-spi-ac.c')
-rw-r--r--soc/wcd-spi-ac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soc/wcd-spi-ac.c b/soc/wcd-spi-ac.c
index 87bdbb2c..2a822b2b 100644
--- a/soc/wcd-spi-ac.c
+++ b/soc/wcd-spi-ac.c
@@ -979,6 +979,7 @@ static struct platform_driver wcd_spi_ac_driver = {
.driver = {
.name = "qcom,wcd-spi-ac",
.of_match_table = wcd_spi_ac_of_match,
+ .suppress_bind_attrs = true,
},
.probe = wcd_spi_ac_probe,
.remove = wcd_spi_ac_remove,