summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-wm8962.c
diff options
context:
space:
mode:
authorCosmin-Gabriel Samoila <cosmin.samoila@nxp.com>2018-04-25 11:01:42 +0300
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:50:37 +0800
commita73abcd3edf8f91bc778431a2bf218e9938d763f (patch)
treefce57acaa497858308f070c10671679292b2b79e /sound/soc/fsl/imx-wm8962.c
parent808db64543c6ca09cd588ed8b608ebae090c3a88 (diff)
ASoC: wm8962: remove unused variable
codec_clk is now part of private_data. Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Diffstat (limited to 'sound/soc/fsl/imx-wm8962.c')
-rw-r--r--sound/soc/fsl/imx-wm8962.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index 9bd0fbdcad6a..e32a4934e0ae 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/sound/soc/fsl/imx-wm8962.c
@@ -572,7 +572,6 @@ static int imx_wm8962_probe(struct platform_device *pdev)
struct imx_priv *priv = &card_priv;
struct i2c_client *codec_dev;
struct imx_wm8962_data *data;
- struct clk *codec_clk;
int int_port, ext_port, tmp_port;
int ret;
struct platform_device *asrc_pdev = NULL;