Commit d0bc2f7d authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: u300: delete remnant clkdev.h file



The U300 now uses common clk, delete this leftover.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 234323ba
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
#ifndef __MACH_CLKDEV_H
#define __MACH_CLKDEV_H

int __clk_get(struct clk *clk);
void __clk_put(struct clk *clk);

#endif