ASoC: mxs: mxs-sgtl5000: Simplify probe function
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 2 Sep 2013 20:56:18 +0000 (17:56 -0300)
committerMark Brown <broonie@linaro.org>
Mon, 16 Sep 2013 23:40:10 +0000 (00:40 +0100)
mxs is a device tree only platform, which allows us to simplify a bit
mxs_sgtl5000_probe(), because there is no need to check whether device tree is
supported or not.

Remove mxs_sgtl5000_probe_dt() and place its content inside mxs_sgtl5000_probe()
for making the code simpler.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found