commit | 22109785163310666cf9913bafbcc11c5aebe68a | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Jun 11 16:08:51 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Jun 12 14:30:12 2015 -0700 |
tree | e2d7fdb63e027683b99e3728c4975e463d137a0f | |
parent | 8c9a8a8f71f43e56d35524fa17646ce45c2f7fe6 [diff] |
clk: pxa: Fix const discarding warning A recent change to mark parent names as const missed this struct member so we get warnings like: drivers/clk/pxa/clk-pxa25x.c:122:2: warning: initialization discards 'const' qualifier from pointer target type Fix it. Reported-by: kbuild test robot <fengguang.wu@intel.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>