Browse Source

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>
Linus Walleij 13 years ago
parent
commit
d0bc2f7d96
1 changed files with 0 additions and 7 deletions
  1. 0 7
      arch/arm/mach-u300/include/mach/clkdev.h

+ 0 - 7
arch/arm/mach-u300/include/mach/clkdev.h

@@ -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