From: Mark Brown Date: Wed, 18 Apr 2012 08:07:12 +0000 (+0100) Subject: clk: Provide dummy clk_unregister() X-Git-Tag: v3.5-rc1~71^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df5c939f6d9dff7dfbe108d93133b9636baa607;p=pandora-kernel.git 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 [mturquette@linaro.org: void return type instead of int -EINVAL] Signed-off-by: Mike Turquette --- Reading git-diff-tree failed