]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Constify clk_hw argument to provider APIs
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 12 Aug 2015 20:04:56 +0000 (13:04 -0700)
committerMichael Turquette <mturquette@baylibre.com>
Mon, 24 Aug 2015 23:49:11 +0000 (16:49 -0700)
commit66304699a1040f7aa7dd7e1f5570252ce27f9466
treef8093aca607b3d00865e3d9b4264d3e90d2c93d2
parentd0c4f940659ea0b18e344360b2c3e3d7289bb190
clk: Constify clk_hw argument to provider APIs

We don't modify the clk_hw argument in these functions, so it's
safe to mark it as const.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c
include/linux/clk-provider.h