aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clkdev.h')
-rw-r--r--include/linux/clkdev.h7
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
17struct clk; 17struct clk;
18struct clk_hw; 18struct clk_hw;
@@ -52,9 +52,4 @@ int clk_add_alias(const char *, const char *, const char *, struct device *);
52int clk_register_clkdev(struct clk *, const char *, const char *); 52int clk_register_clkdev(struct clk *, const char *, const char *);
53int clk_hw_register_clkdev(struct clk_hw *, const char *, const char *); 53int clk_hw_register_clkdev(struct clk_hw *, const char *, const char *);
54 54
55#ifdef CONFIG_COMMON_CLK
56int __clk_get(struct clk *clk);
57void __clk_put(struct clk *clk);
58#endif
59
60#endif 55#endif