clk: wm831x: get rid of the implementation of remove function
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 26 Sep 2013 13:48:15 +0000 (19:18 +0530)
committerMike Turquette <mturquette@linaro.org>
Wed, 2 Oct 2013 08:23:34 +0000 (01:23 -0700)
The remove function implemented for platform driver's remove callback
just return 0 as part of its implementation.

Remove this APIs and do not pass the valid .remove for platform driver.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

No differences found