]> git.itanic.dy.fi Git - linux-stable/commit
ASoC: davinci-evm: drop un-necessary remove function
authorManish Badarkhe <manishvb@ti.com>
Thu, 26 Mar 2015 13:38:25 +0000 (15:38 +0200)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 17 May 2015 23:12:15 +0000 (19:12 -0400)
commite31c834e3470ab14800d93a3ffdc5a0d59a95cdc
treeeedd3875b30b2dbc5b40795b55df6335bf4f451d
parent26ea595bd51cfc49b2cc4498a8c34008cc08d27b
ASoC: davinci-evm: drop un-necessary remove function

[ Upstream commit a57069e33fbc6625f39e1b09c88ea44629a35206 ]

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
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/soc/davinci/davinci-evm.c