diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 11:47:38 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 13:53:06 +0200 |
commit | d0bc2f7d96e6d192f9840d10a68e30b2e69a04cd (patch) | |
tree | 67dc6eb0308034fb66fae3b4a8bab8711fca3de0 /arch/arm/mach-u300 | |
parent | 234323ba4f226d9d3d90d5c30f7883362a810a20 (diff) |
ARM: u300: delete remnant clkdev.h file
The U300 now uses common clk, delete this leftover.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/include/mach/clkdev.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-u300/include/mach/clkdev.h b/arch/arm/mach-u300/include/mach/clkdev.h deleted file mode 100644 index 92e3cc872c66..000000000000 --- a/arch/arm/mach-u300/include/mach/clkdev.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef __MACH_CLKDEV_H -#define __MACH_CLKDEV_H - -int __clk_get(struct clk *clk); -void __clk_put(struct clk *clk); - -#endif |