diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-04-23 10:21:30 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-04-28 22:44:12 +0100 |
commit | cd27e485410aa7e7464b0126d968fe8c2a5c045b (patch) | |
tree | 7285da0a3800e3729c37061af8a59189ccc61cd1 /arch/arm/mach-u300/include | |
parent | bd41b99d4661e775ff152f2842782c43dbb30a59 (diff) | |
download | talos-obmc-linux-cd27e485410aa7e7464b0126d968fe8c2a5c045b.tar.gz talos-obmc-linux-cd27e485410aa7e7464b0126d968fe8c2a5c045b.zip |
[ARM] 5474/1: U300 clocking framework
This adds the clocking framework and hooks into the clkdevice
for U300 series platforms.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-u300/include')
-rw-r--r-- | arch/arm/mach-u300/include/mach/clkdev.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/include/mach/clkdev.h b/arch/arm/mach-u300/include/mach/clkdev.h new file mode 100644 index 000000000000..92e3cc872c66 --- /dev/null +++ b/arch/arm/mach-u300/include/mach/clkdev.h @@ -0,0 +1,7 @@ +#ifndef __MACH_CLKDEV_H +#define __MACH_CLKDEV_H + +int __clk_get(struct clk *clk); +void __clk_put(struct clk *clk); + +#endif |