aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clkdev.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/linux/clkdev.h
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'include/linux/clkdev.h')
-rw-r--r--include/linux/clkdev.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/clkdev.h b/include/linux/clkdev.h
index a6a6f603103..457bcb0a310 100644
--- a/include/linux/clkdev.h
+++ b/include/linux/clkdev.h
@@ -24,13 +24,6 @@ struct clk_lookup {
24 struct clk *clk; 24 struct clk *clk;
25}; 25};
26 26
27#define CLKDEV_INIT(d, n, c) \
28 { \
29 .dev_id = d, \
30 .con_id = n, \
31 .clk = c, \
32 }
33
34struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id, 27struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id,
35 const char *dev_fmt, ...); 28 const char *dev_fmt, ...);
36 29
@@ -40,7 +33,4 @@ void clkdev_drop(struct clk_lookup *cl);
40void clkdev_add_table(struct clk_lookup *, size_t); 33void clkdev_add_table(struct clk_lookup *, size_t);
41int clk_add_alias(const char *, const char *, char *, struct device *); 34int clk_add_alias(const char *, const char *, char *, struct device *);
42 35
43int clk_register_clkdev(struct clk *, const char *, const char *, ...);
44int clk_register_clkdevs(struct clk *, struct clk_lookup *, size_t);
45
46#endif 36#endif