clk: Provide dummy clk_unregister()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 18 Apr 2012 08:07:12 +0000 (09:07 +0100)
committerMike Turquette <mturquette@linaro.org>
Tue, 15 May 2012 19:02:39 +0000 (12:02 -0700)
commit1df5c939f6d9dff7dfbe108d93133b9636baa607
tree4c25ddb65ee1ec940342b54ed169c24f2a51d46f
parent98d9986cb8bf65f8316b45244fdafc1d12c303be
clk: Provide dummy clk_unregister()

While there's no actual implementation behind it having the call to use
in drivers makes them feel neater from a driver author point of view. An
actual implementation can wait for someone who needs to use the function
in a real system.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
[mturquette@linaro.org: void return type instead of int -EINVAL]
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk.c
include/linux/clk-provider.h