aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max9867.h
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2018-03-02 14:11:00 +0100
committerMark Brown <broonie@kernel.org>2018-03-02 13:17:04 +0000
commitb3e9c3f0d98135d8b9991c2a34e42627c20664a4 (patch)
tree79822987f3afee2c2b6375fad7c8edeb952526e1 /sound/soc/codecs/max9867.h
parentMerge branch 'topic/wm9867' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-max9867 (diff)
downloadlinux-dev-b3e9c3f0d98135d8b9991c2a34e42627c20664a4.tar.xz
linux-dev-b3e9c3f0d98135d8b9991c2a34e42627c20664a4.zip
ASoC: max9867: Drop probe function
Driver probe function has no use and can be deleted. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max9867.h')
-rw-r--r--sound/soc/codecs/max9867.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/max9867.h b/sound/soc/codecs/max9867.h
index c0aea3d1f2ba..55cd9976ff47 100644
--- a/sound/soc/codecs/max9867.h
+++ b/sound/soc/codecs/max9867.h
@@ -75,7 +75,6 @@
/* codec private data */
struct max9867_priv {
struct regmap *regmap;
- struct snd_soc_component *component;
unsigned int sysclk;
unsigned int pclk;
unsigned int master;