diff options
Diffstat (limited to 'include/linux/clkdev.h')
-rw-r--r-- | include/linux/clkdev.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/clkdev.h b/include/linux/clkdev.h index 2eabc862abdb..4890ff033220 100644 --- a/include/linux/clkdev.h +++ b/include/linux/clkdev.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #ifndef __CLKDEV_H | 12 | #ifndef __CLKDEV_H |
13 | #define __CLKDEV_H | 13 | #define __CLKDEV_H |
14 | 14 | ||
15 | #include <asm/clkdev.h> | 15 | #include <linux/slab.h> |
16 | 16 | ||
17 | struct clk; | 17 | struct clk; |
18 | struct clk_hw; | 18 | struct clk_hw; |
@@ -52,9 +52,4 @@ int clk_add_alias(const char *, const char *, const char *, struct device *); | |||
52 | int clk_register_clkdev(struct clk *, const char *, const char *); | 52 | int clk_register_clkdev(struct clk *, const char *, const char *); |
53 | int clk_hw_register_clkdev(struct clk_hw *, const char *, const char *); | 53 | int clk_hw_register_clkdev(struct clk_hw *, const char *, const char *); |
54 | 54 | ||
55 | #ifdef CONFIG_COMMON_CLK | ||
56 | int __clk_get(struct clk *clk); | ||
57 | void __clk_put(struct clk *clk); | ||
58 | #endif | ||
59 | |||
60 | #endif | 55 | #endif |