diff options
Diffstat (limited to 'include/linux/clkdev.h')
| -rw-r--r-- | include/linux/clkdev.h | 10 |
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 | |||
| 34 | struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id, | 27 | struct 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); | |||
| 40 | void clkdev_add_table(struct clk_lookup *, size_t); | 33 | void clkdev_add_table(struct clk_lookup *, size_t); |
| 41 | int clk_add_alias(const char *, const char *, char *, struct device *); | 34 | int clk_add_alias(const char *, const char *, char *, struct device *); |
| 42 | 35 | ||
| 43 | int clk_register_clkdev(struct clk *, const char *, const char *, ...); | ||
| 44 | int clk_register_clkdevs(struct clk *, struct clk_lookup *, size_t); | ||
| 45 | |||
| 46 | #endif | 36 | #endif |
