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)
commit92947789815f9ec808ad3de177af99a5d02ef6b2
treeab7a4530e26580e86d9dc5da15b3a4fe61b72be7
parentda0f0b2c3ad2ad9533c8c5cae84ad88d57a5e8dc
clk: wm831x: get rid of the implementation of remove function

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>
drivers/clk/clk-wm831x.c