]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: fsl: imx-sgtl5000: Add .remove back
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 1 Oct 2013 01:17:37 +0000 (22:17 -0300)
committerMark Brown <broonie@linaro.org>
Tue, 1 Oct 2013 10:47:38 +0000 (11:47 +0100)
Commit e8f00c1b01 (Merge remote-tracking branch 'asoc/fix/fsl' into asoc-devm)
fixed a conflict, but missed to add the .remove function back,which causes the
following build warning:

sound/soc/fsl/imx-sgtl5000.c:185:12: warning: 'imx_sgtl5000_remove' defined but not used [-Wunused-function]

Fix the warning by adding the .remove function back.

Reported-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/imx-sgtl5000.c

index 6f4bdc89ae3c807d8b396cccb52a52e6c0d920b8..ed6ba1eba557f5b826f3b8abc4f51f25ab81d7df 100644 (file)
@@ -204,6 +204,7 @@ static struct platform_driver imx_sgtl5000_driver = {
                .of_match_table = imx_sgtl5000_dt_ids,
        },
        .probe = imx_sgtl5000_probe,
+       .remove = imx_sgtl5000_remove,
 };
 module_platform_driver(imx_sgtl5000_driver);