clk: pxa: Fix const discarding warning
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 11 Jun 2015 23:08:51 +0000 (16:08 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 12 Jun 2015 21:30:12 +0000 (14:30 -0700)
commit22109785163310666cf9913bafbcc11c5aebe68a
treee2d7fdb63e027683b99e3728c4975e463d137a0f
parent8c9a8a8f71f43e56d35524fa17646ce45c2f7fe6
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>
drivers/clk/pxa/clk-pxa.h