commit | a57069e33fbc6625f39e1b09c88ea44629a35206 | [log] [tgz] |
---|---|---|
author | Manish Badarkhe <manishvb@ti.com> | Thu Mar 26 15:38:25 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Thu Mar 26 10:01:43 2015 -0700 |
tree | f9ecb1096055e1b71071986f50f2cd2a6082d119 | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
ASoC: davinci-evm: drop un-necessary remove function As davinci card gets registered using 'devm_' api there is no need to unregister the card in 'remove' function. Hence drop the 'remove' function. Fixes: ee2f615d6e59c (ASoC: davinci-evm: Add device tree binding) Signed-off-by: Manish Badarkhe <manishvb@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org