summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-07-27 21:58:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-07-27 21:58:14 +0200
commite41d307e072de3642c0ce293ef3786ff1340440b (patch)
tree8bdd95ae53fc5cd6db7dae46058f545131d992b4 /include/linux
parent3322880d50b964c17021f9a6089d191b6cf1586b (diff)
parent424b33c88b90fe656dbe2c3a9c954ea6d4f7479b (diff)
downloadbarebox-e41d307e072de3642c0ce293ef3786ff1340440b.tar.gz
barebox-e41d307e072de3642c0ce293ef3786ff1340440b.tar.xz
Merge branch 'for-next/at91'
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h
index a005e7233d..d14d8b96a3 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -556,7 +556,7 @@ struct string_list;
int clk_name_complete(struct string_list *sl, char *instr);
-char *of_clk_get_parent_name(struct device_node *np, unsigned int index);
+char *of_clk_get_parent_name(const struct device_node *np, int index);
static inline void clk_unregister(struct clk *clk)
{