summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorCosmin-Gabriel Samoila <cosmin.samoila@nxp.com>2018-04-25 11:01:42 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:18 +0800
commit90126c6de912eee8f04f4010406a4b985ed629fe (patch)
treea8e3556d29761d5c1079b7f35efb57c1065ea26b /sound
parent0fe650cf1cdccc7daee6533a4656832bda81ee5f (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')
-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;