commit | 92947789815f9ec808ad3de177af99a5d02ef6b2 | [log] [tgz] |
---|---|---|
author | Laxman Dewangan <ldewangan@nvidia.com> | Thu Sep 26 19:18:15 2013 +0530 |
committer | Mike Turquette <mturquette@linaro.org> | Wed Oct 02 01:23:34 2013 -0700 |
tree | ab7a4530e26580e86d9dc5da15b3a4fe61b72be7 | |
parent | da0f0b2c3ad2ad9533c8c5cae84ad88d57a5e8dc [diff] |
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>