summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
diff options
context:
space:
mode:
authorKevin Hilman2014-01-15 00:41:48 +0100
committerKevin Hilman2014-01-15 00:41:57 +0100
commit273c2279ca502267fac40bcaecb35942380c429c (patch)
treed062ef1ef525a7a6d4904eeabe52ae6221249846 /drivers/clk/at91
parentMerge tag 'mvebu-soc-3.14-2' of git://git.infradead.org/linux-mvebu into next... (diff)
parentARM: at91: switch Calao QIL-A9260 board to DT (diff)
downloadkernel-qcow2-linux-273c2279ca502267fac40bcaecb35942380c429c.tar.gz
kernel-qcow2-linux-273c2279ca502267fac40bcaecb35942380c429c.tar.xz
kernel-qcow2-linux-273c2279ca502267fac40bcaecb35942380c429c.zip
Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanup
From Nicolas Ferre: Second cleanup pull-request for 3.14: - a tiny fix for the recent AT91 CCF implementation - the switch of one platform to DT with board file removal * tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91: ARM: at91: switch Calao QIL-A9260 board to DT clk: at91: fix pmc_clk_ids data type attriubte Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'drivers/clk/at91')
-rw-r--r--drivers/clk/at91/pmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/at91/pmc.c b/drivers/clk/at91/pmc.c
index 11fceff8d9f1..6a61477a57e0 100644
--- a/drivers/clk/at91/pmc.c
+++ b/drivers/clk/at91/pmc.c
@@ -228,7 +228,7 @@ out_free_pmc:
return NULL;
}
-static const struct of_device_id pmc_clk_ids[] __initdata = {
+static const struct of_device_id pmc_clk_ids[] __initconst = {
/* Main clock */
{
.compatible = "atmel,at91rm9200-clk-main",