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>
This commit is contained in:
Linus Walleij 2012-08-13 11:47:38 +02:00
parent 234323ba4f
commit d0bc2f7d96
1 changed files with 0 additions and 7 deletions

View File

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