summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-10-07 08:02:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-07 08:02:24 +0200
commit904298deb07d532a76de153a42c6f678d2e4c740 (patch)
tree613d135d183962bf4dee1f5aef9449fbaceb0acd /include
parentebf9022f2eee564fc4b0e4b37a8267319923d808 (diff)
parentfe4ecd1dbfc44d0fe420e8b28a984738d74f3b69 (diff)
downloadbarebox-904298deb07d532a76de153a42c6f678d2e4c740.tar.gz
barebox-904298deb07d532a76de153a42c6f678d2e4c740.tar.xz
Merge branch 'for-next/socfpga'
Conflicts: scripts/Makefile
Diffstat (limited to 'include')
-rw-r--r--include/linux/clk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h
index 6aed1dee77..477840020c 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -290,6 +290,7 @@ struct clk_onecell_data {
unsigned int clk_num;
};
struct clk *of_clk_src_onecell_get(struct of_phandle_args *clkspec, void *data);
+struct clk *of_clk_src_simple_get(struct of_phandle_args *clkspec, void *data);
struct clk *of_clk_get(struct device_node *np, int index);
struct clk *of_clk_get_by_name(struct device_node *np, const char *name);