]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
clk: Constify struct clk_init_data
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 14 May 2012 14:12:42 +0000 (15:12 +0100)
committerMike Turquette <mturquette@linaro.org>
Wed, 11 Jul 2012 22:36:44 +0000 (15:36 -0700)
commitdc4cd941c900fda27f0146ab615122426229de73
treed7d93a06582354d8ba0eda1167186128a505389f
parentf7d8caadfd2813cbada82ce9041b13c38e8e5282
clk: Constify struct clk_init_data

Allow drivers to declare their clk_init_data const, the framework really
shouldn't be modifying the data.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
include/linux/clk-provider.h