]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7e3201f0d4b7019dc2ec0488d9eb0d2a19ec9e5
tree564164551ee7df4dedee17e34c36e0bf4bd80584
parente247a9540bacceb5f8c27f16313bd85fa9d04333
ASoC: fsl: imx-sgtl5000: Add .remove back

Commit e247a9540b (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